@media only screen and (min-width: 1600px) {
  .container {
    max-width: 1400px;
  }
  .site_title::before {
    right: 31px;
  }
}
@media only screen and (max-width: 1400px) {
  .hero_section .banner_left h2 {
    font-size: 80px;
    line-height: 1.2;
  }
  .hero_section .banner_left h5 {
    font-size: 30px;
  }
  .about_points li {
    font-size: 14px;
    padding: 10px;
    min-height: 80px;
    display: flex;
    align-items: center;
  }
  .hero_sectiondesktop .hero__content h2 {
    font-size: 80px;
    line-height: 1.2;
  }
  .hero_sectiondesktop .hero__content h5 {
    font-size: 30px;
  }
  .case_submit_title {
    font-size: 34px;
  }

  /* Our Team: shrink side cards so the row fits */
  .team_area {
    gap: 8px;
  }
  .team_block:not(.active) {
    width: 90px;
    max-width: 90px;
  }
  .team_block:not(.active) img {
    width: 90px;
    height: 400px;
  }
  .team_block.active {
    max-width: none;
  }
  .team_block.active img,
  .team_block.active .team_image img {
    width: 220px;
    max-width: 220px;
    height: 400px;
  }
  .team_block.active .team_info {
    width: calc(100% - 220px);
    height: 400px;
  }
  .team_block:not(.active) .team_title {
    font-size: 18px;
    left: -110px;
    min-width: 280px;
    bottom: calc(50% - 42px);
  }
}
@media only screen and (max-width: 1200px) {
  .header_section .navbar-nav .nav-link {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    font-size: 14px;
  }
  .hero_section .banner_left h2 {
    font-size: 60px;
    line-height: 1.2;
  }
  .hero_section .banner_left h5 {
    font-size: 24px;
  }
  .site_title {
    /* font-size: 60px; */
    font-size: 3.8vw;
  }
  .team_memebr_name {
    font-size: 22px;
  }
  .team_info .team_description {
    font-size: 12px;
    margin-bottom: 25px;
  }
  .team_info .signature_title {
    font-size: 26px;
  }
  .team_controls .btn {
    font-size: 12px;
  }

  .case_submit_title {
    font-size: 30px;
  }

  /* Our Team: 1024px / small laptop */
  .team_area {
    gap: 6px;
  }
  .team_block:not(.active) {
    width: 70px;
    max-width: 70px;
  }
  .team_block:not(.active) img {
    width: 70px;
    height: 380px;
  }
  .team_block.active {
    max-width: none;
    min-width: 0;
  }
  .team_block.active img,
  .team_block.active .team_image img {
    width: 180px;
    max-width: 180px;
    height: 380px;
  }
  .team_block.active .team_info {
    width: calc(100% - 180px);
    height: 380px;
    padding: 0 1rem;
  }
  .team_block:not(.active) .team_title {
    font-size: 15px;
    left: -118px;
    min-width: 260px;
    bottom: calc(50% - 34px);
  }
  .wws_title {
    font-size: 26px;
  }
  .banner-rightbg {
    width: 521px;
    height: 702px;
    background: url(../images/hero/imagehero.png) right center / contain
      no-repeat;
    pointer-events: none;
    /* user-select: none; */
  }
  .hero_sectiondesktop .hero__content h2 {
    font-size: 70px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 991px) {
  .header_section .navbar-collapse {
    background-color: #dae9e1;
    text-align: center;
    padding: 1rem;
    margin-bottom: 1rem;
    box-shadow: 0 0 5px 0 #11111157;
    border-radius: 5px;
  }
  .hero_section .banner_left h2 {
    font-size: 50px;
    line-height: 1.2;
  }
  .hero_section .banner_left h5 {
    font-size: 34px;
  }
  .site_title {
    font-size: 40px;
  }
  .site_description {
    font-size: 14px;
  }
  .team_area {
    display: block;
  }
  .team_block {
    display: none;
  }
  .team_block,
  .team_block.active {
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }
  .team_block.active {
    display: flex;
  }
  .team_block.active .team_image img {
    width: 100%;
    max-width: 100%;
    animation: fade-in 0.5s ease-out forwards;
    height: auto;
    max-height: 400px;
  }
  .team_block.active {
    max-width: 100%;
  }
  .team_block.active .team_info {
    width: 100%;
    height: auto;
    max-height: none;
    padding: 0;
    margin: 20px 0;
    overflow: visible;
  }
  .team_info .team_description {
    overflow: visible;
    flex: none;
  }
  .wws .border-start {
    border: 0 !important;
  }
  .wws_title {
    font-size: 30px;
  }
  .case_submission_wrap {
    padding: 1.5rem 1.25rem;
  }
  .case_submit_left {
    padding: 0 0 0.5rem;
  }
  .case_submit_title {
    font-size: 28px;
    max-width: none;
  }
  .case_submit_form {
    padding: 1.25rem 0 0;
    border-left: 0;
    border-top: 1px solid #e0ddd6;
  }
  .case_submission_watermark {
    left: 50%;
    top: 50%;
    width: min(220px, 70%);
    height: min(220px, 70%);
    transform: translate(-50%, -50%);
    opacity: 0.12;
  }
  /* .site_title {
        font-size: 4vw;
    } */
  .site_title::before {
    display: none;
  }
  .banner-rightbg {
    display: none;
  }
  .hero_section .banner_left h2 {
    padding-top: 0px;
  }
  .scroll_down_div {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
  }
  .hero_section {
    padding: 170px 0 0px 0px;
    min-height: 70dvh;
    overflow: hidden;
    display: block;
  }
  .hero_sectiondesktop {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .hero_section .banner_left h2 {
    font-size: 60px;
    line-height: 1.2;
  }
  .hero_section .banner_left h5 {
    font-size: 24px;
  }
  .ds_block {
    padding: 15px;
  }
  .team_block.active .team_image img {
    max-height: 300px;
  }
  .testimonials_slider .owl-item.center .item .testimonial_block,
  .testimonial_block {
    transform: scale(1);
  }
  .banner-rightbg {
    position: relative;
    top: auto;
    right: auto;

    width: 100%;
    max-width: 500px;
    height: 400px;

    margin: 0 auto;

    background-position: center;
    background-size: contain;
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .hero_section .banner_left h2 {
    font-size: 50px;
    line-height: 1.2;
  }
  .hero_section .banner_left h5 {
    font-size: 20px;
  }
  .header_section .navbar-brand img {
    max-width: 200px;
  }
  .about_points li {
    width: 50%;
  }
  .about_points li:nth-child(3n) {
    border-right: 1px solid #00000020;
  }
  .about_points li:nth-child(2n) {
    border-right: 0;
  }
  .about_points li:nth-child(n + 4) {
    border-bottom: 1px solid #00000020;
  }
  .about_points li:nth-child(n + 5) {
    border-bottom: 0;
  }
  .founder_title {
    font-size: 34px;
  }
  .team_block.active .team_image img {
    max-height: 200px;
  }
  .team_block.active .team_info {
    margin: 10px 0;
  }
}
@media only screen and (max-width: 425px) {
  .hero_section .banner_left h2 {
    font-size: 12vw;
    line-height: 1.2;
  }
  .hero_section .banner_left h5 {
    font-size: 6vw;
    padding-left: 80px;
  }
  .hero_section .banner_left h5::before {
    width: 60px;
  }
  .header_section .navbar-brand img {
    max-width: 40vw;
  }
  .founder_title {
    font-size: 8vw;
  }
  .wws_info p {
    font-size: 4vw;
  }
  .wws_title {
    font-size: 7vw;
  }
}
