/** Shopify CDN: Minification failed

Line 333:3 Expected "}" to go with "{"

**/
*{
    font-family: 'cabin', sans-serif;
}

.business-testimonial{
    position: relative;
    background-color: #022F47;
    padding: 80px 0 177px 0;
    margin-top: -5px;
}
.business-testimonial-header{
    text-align: center;
    margin: 0 auto;
    padding-bottom: 95px;
}

.business-testimonial-header h2{
    text-align: center;
    font-size: 45px;
    line-height: 45px;
    -webkit-font-smoothing: antialiased;
    font-weight: 700;
    opacity: 0.9;
    margin: 0;
}

.testimonial-image-section{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 66px 0;
    border-bottom: 2px solid #8BDCF0;
    margin: 0 216px;
}

.testimonial-image{
    padding: 0 90px;
}

.quote-section{
    margin: 0 auto;
    padding: 130px 0 0 0;
}

.quote-section p{
    line-height: 150%;
    letter-spacing: 0.03em;
    color: #8BDCF0;
    margin: 0 auto;
    width: 630px;
    -webkit-font-smoothing: antialiased;
}

.quote{
    position: relative;
    font-weight: 400;
    font-size: 23px;
    padding-bottom: 60px;

}

.reviewer{
    font-weight: 700;
    font-size: 20px;
    padding-left: 70px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
}

.quote-icon {
    position: absolute;
    top: -20px;
    left: -52px;
}

.quote-icon svg{
    height: 25px;
}

@media (min-width: 320px) and (max-width: 767px){
    .business-testimonial {
        padding: 97px 0 94px 0;
    }
    .business-testimonial-header h2 {
        font-size: 32px;
        line-height: 34px;
    }

    .testimonial-image-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0 0 66px 0;
        border-bottom: 2px solid #8BDCF0;
        margin: 0 200px;
    }

    .testimonial-image-section {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin: 0 24px;
    }

    .testimonial-image {
        padding: 35px 0;
    }

    .quote {
        padding-bottom: 35px;
    }

    .quote-section {
        margin: 0 auto;
        padding: 90px 0 0 40px;
    }

    .quote-section .quote {
        font-weight: 400 !important;
        font-size: 23px !important;
        line-height: 150%;
        letter-spacing: 0.03em;
        color: #8BDCF0;
        margin: 0 auto;
        width: 270px;
    }

    .quote-section .reviewer {
         width: 265px;
         padding-left: 0;
    }

}

@media (max-width: 320px){
    .virtual-healthcare-section p {
        width: 300px;
        padding-bottom: 70px;
    }
}

@media (min-width: 768px) and (max-width: 1000px){
    .business-testimonial {
        padding: 16px 0 177px 0;
    }

    .business-testimonial-header h2 {
        margin: 0 auto;
        width: 466px;
    }

    .testimonial-image-section {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin: 0 24px;
    }

    .testimonial-image {
        padding: 35px 0;
    }

    .quote {
        padding-bottom: 35px;
    }

    .quote-section {
        margin: 0 auto;
        padding: 90px 0px 0 40px;
    }

}

@media (min-width: 1001px) and (max-width: 1200px){
    .testimonial-image {
        padding: 0 35px;
    }
}

@media (min-width: 1201px) and (max-width: 1280px) {
    .testimonial-image {
        padding: 0 83px;
    }
}

@media (min-width: 1500px) {
    .testimonial-image-section {
        justify-content: center;
        margin: 0 447px;
    }
}
/* =============================================
   Testimonial Section — Typography Override
   ============================================= */

/* Section heading */
.business-testimonial-header h2 {
  font-family: 'Noto Serif', serif !important;
  font-weight: 400 !important;
  font-size: 40px !important;
  line-height: 1.2 !important;
  color: #ffffff !important;
}

/* Quote text */
.quote-section .quote {
  font-family: 'Inter', sans-serif !important;
  font-weight: 400 !important;
  font-size: 20px !important;
  line-height: 1.4 !important;
  color: #EDF6F4 !important;
}

/* Reviewer name */
.quote-section .reviewer {
  font-family: 'Inter', sans-serif !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
  color: #EDF6F4 !important;
}

/* Quote mark icon */
.quote-icon svg,
.quote-icon path {
  fill: #EDF6F4 !important;
  color: #EDF6F4 !important;
}

/* Quote left border line (if present) */
.quote-section .quote {
  border-color: #EDF6F4 !important;
}

.quote-section {
  border-color: #EDF6F4 !important;
}
/* Horizontal divider line */
.testimonial-image-section {
  border-bottom-color: #EDF6F4 !important;
}

/* === Testimonial — Mobile === */
@media screen and (max-width: 749px) {
  .business-testimonial {
    padding: 40px 0 !important;
  }

  /* Section heading */
  .business-testimonial-header h2 {
    font-size: 28px !important;
    line-height: 1.2 !important;
    padding: 0 1.5rem !important;
  }

  .business-testimonial-header {
    padding-bottom: 40px !important;
  }

  /* Logos */
  .testimonial-image-section {
    margin: 0 1.5rem !important;
    padding-bottom: 40px !important;
  }

  .testimonial-image {
    padding: 24px 0 !important;
  }

  .testimonial-image img {
    max-width: 200px !important;
    height: auto !important;
  }

  /* Quote */
  .quote-section {
    padding: 40px 1.5rem 0 !important;
    margin: 0 !important;
  }

  .quote-section .quote {
    font-size: 18px !important;
    line-height: 1.4 !important;
    width: 100% !important;
    padding-bottom: 24px !important;
  }

  .quote-section .reviewer {
    font-size: 16px !important;
    line-height: 1.2 !important;
    width: 100% !important;
    padding-left: 0 !important;
  }

.quote-icon.small-hide {
    display: none !important;
  }

  .quote-icon.medium-hide.large-up-hide {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    display: block !important;
    margin-bottom: 8px !important;
  }

  .quote-section {
    padding: 40px 1.5rem 0 !important;
    margin: 0 !important;
  }

  .quote-section .quote {
    position: relative !important;
    font-size: 20px !important;
    line-height: 1.5 !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-bottom: 24px !important;
  }

  .quote-section .reviewer {
    font-size: 16px !important;
    width: 100% !important;
    padding-left: 0 !important;
  }