#hero img.s_logo {
  width: 400px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.doc .member .pic {
  max-width: 100%;
}
.doc .member .member-info {
  padding-top: 0;
}
.doc2 .member .pic {
  max-width: 100%;
}
.doc2 .member h4 {
  width: fit-content;
}
.doc2 .member .member-info {
  padding-top: 0;
}
#btn_box .btn-get-started {
  border-radius: 50px;
}

/* PC First Responsive */

@media (width < 992px) {
  #hero {
    margin-top: 0 !important;
    height: 100vh;
    min-height: 740px;
  }
  #hero .container {
    padding-bottom: 0 !important;
  }
  #hero h1 {
    font-size: 40px;
  }

  .doc .member .member-info {
    padding-top: 30px;
    padding-left: 0;
  }
  .doc2 .member .member-info {
    padding-top: 30px;
    padding-left: 0;
  }
  .doc2 .member h4 {
    margin-left: auto;
    margin-right: auto;
  }
  .testimonials2 p {
    font-size: 14px;
  }
}
@media (width < 768px) {
  #hero h1 {
    font-size: 30px;
  }

  .ctabtns a {
    font-size: 14px !important;
    line-height: 1.5 !important;
    display: flex;
    flex-wrap: wrap;
    place-content: center;
  }
  .doc .member {
    padding: 20px;
  }
  .doc .member h4 {
    font-size: 18px;
  }
}
@media (width < 576px) {
  #hero h2 {
    font-size: 16px;
    font-feature-settings: "palt";
  }
  section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section-title h2 {
    font-size: 24px;
  }
  .section-answer {
    font-size: 22px;
  }
  section#doc,
  section#testimonials {
    padding-top: 0;
  }
  #doc .container-fluid .container,
  #testimonials .container-fluid {
    margin-top: -40px;
  }

  .doc .member h4,
  .doc2 .member h4 {
    font-size: 15px !important;
    line-height: 1.5;
  }
  .doc .member2 p,
  .doc .member3 p,
  .doc .member4 p {
    font-size: 15px;
  }
  .doc2 .member {
    padding: 20px;
  }
}

/* Mobile First Responsive */

@media (width >= 992px) {
  #hero {
    margin-top: 0 !important;
    height: 100vh;
    min-height: 740px;

    h1 {
      font-size: 36px;
    }
  }
}

@media (width >= 1200px) {
  #hero h1 {
    font-size: 40px;
  }
}

@media (width >= 1400px) {
  #hero h1 {
    font-size: 48px;
  }
}
