@media (max-width: 1382px) {
  .company_card_carousel_wrapper {
    width: 700px;
    padding: 0;
  }
  .carousel_container {
    margin-top: 40px;
    margin: 0 auto;
    width: 900px;
  }
}

@media (max-width: 885px) {
  .company_card_carousel_wrapper {
    width: 460px;
    padding: 0;
  }
  .carousel_container {
    margin-top: 40px;
    margin: 0 auto;
    width: 700px;
  }
}
#burger_menu {
  display: none;
}
@media (max-width: 500px) {
  #burger {
    display: none;
  }
  .modal-content {
    margin: 70% auto;
  }
  .teamHeadMembers {
    display: block;
  }
  .teamHeadMembers .member {
    width: 100%;
    margin-bottom: 30px;
  }

  .advisoryMember {
    width: 50%;
  }
  .logo {
    margin-top: 16px;
  }
  body {
    background: white;
  }
  .company_card_carousel_wrapper {
    width: 400px;
    margin-left: calc((100vw - 410px) / 2);
  }
  #leftButton {
    display: none !important;
  }
  #rightButton {
    display: none !important;
  }
  .carousel_container {
    width: 100%;
  }
  #burger_menu {
    display: block !important;
  }
  .newsletter {
    height: 300px !important;
  }
  .newsletter_box {
    display: block;
    height: auto !important;
  }
  .sst_logo {
    height: 50px;
  }

  .newsletter_box button {
    margin-top: 15px;
  }

.logo {
  visibility: hidden;
  height: 100px;
}
  .nav {
    display: none !important;
  }
  .social {
    display: none !important;
  }
  .company_card {
    width: 200px !important;
  }
  .description {
    width: calc(100% - 24px);
  }
  .focal_points .row :nth-child(2) .description {
    top: 220px;
  }
}
#burger_menu .logo {
  display: block;
  visibility: visible;
  height: 65px;
}

.aboutData li {
  font-size: 15px;
  text-align: center;
}
.focal_point:hover .description {
  height: 120px;
}

#burger_menu .social {
  display: flex !important;
  width: 100%;
}
#burger_menu h1 {
  position: fixed;
  top: 40px;
  left: 40px;
  z-index: 6;
  font-size: 20px;
  font-weight: 900;
  font-family: sans-serif;
  text-transform: uppercase;
}
#burger_menu h1 > span {
  text-transform: none;
  opacity: 0.5;
  font-weight: 300;
  font-size: 12px;
}
#burger_menu input + label {
  position: fixed;
  top: 40px;
  right: 40px;
  height: 20px;
  width: 15px;
  z-index: 5;
}
#burger_menu input + label span {
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  margin-top: -1px;
  left: 0;
  display: block;
  background: #020304;
  transition: 0.5s;
}
#burger_menu input + label span:first-child {
  top: 3px;
}
#burger_menu input + label span:last-child {
  top: 16px;
}
#burger_menu label:hover {
  cursor: pointer;
}
#burger_menu input:checked + label span {
  opacity: 0;
  top: 50%;
}
#burger_menu input:checked + label span:first-child {
  opacity: 1;
  transform: rotate(405deg);
}
#burger_menu input:checked + label span:last-child {
  opacity: 1;
  transform: rotate(-405deg);
}
#burger_menu input ~ nav {
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 3;
  transition: 0.5s;
  transition-delay: 0.5s;
  overflow: hidden;
}
#burger_menu input ~ nav > ul {
  list-style-type: none;
  text-align: center;
  position: absolute;
  top: 20%;
  left: 20%;
  right: 20%;
}
#burger_menu input ~ nav > ul > li {
  opacity: 0;
  transition: 0.5s;
  transition-delay: 0s;
}
#burger_menu input ~ nav > ul > li > a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-family: sans-serif;
  display: block;
  padding: 30px;
}
#burger_menu input:checked ~ nav {
  height: 100%;
  transition-delay: 0s;
}
#burger_menu input:checked ~ nav > ul > li {
  opacity: 1;
  transition-delay: 0.5s;
}
