.comparison-products-grid-cards-section {
  .section-subtitle.subtitle-2 {
    font-size: 14px;
    line-height: 24px;
    font-family: "Basis Grotesque", sans-serif;
    font-weight: 400;
  }
  .comparison-item p {
    border-bottom: 1px solid rgba(187, 187, 187, 1);
  }
  .comparison-card {
    &:first-child {
      .product-name {
        max-width: 150px;
      }
    }
  }
}

.simple-title-and-paragraph-section {
  .header-quote-container {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    gap: 24px;
    margin-bottom: 24px;

    .image-container {
      padding-left:24px;
    }

    .header-quote {
      font-family: 'Simula', serif;
      font-size: 14px;
      line-height: 24px;
      font-weight: 400;
      margin-bottom: 10px;
    }
    .header-quote-name, .header-quote-title {
      text-transform: uppercase;
      font-size: 10px;
      letter-spacing: 4%;
    }
    .header-quote-name {
      margin-bottom: 8px;
    }
    .header-quote-title {
      color: #8d8d8d;
    }
  }
}

.three-cards-with-title-and-link-section {
  .card.card-image-center .card-image-wrapper {
    @media (max-width: 991px) {
      height: 72%;
      transform: scale(1);
    }
    @media (max-width: 576px) {
      max-height: 62%;
      transform: scale(.85);
    }
  }
  .card.card-image-bottom .card-image-wrapper {
    @media (max-width: 767px) {
      max-height: 55%;
    }
    @media (max-width: 576px) {
      max-height: 45%;
    }
  }
}




.our-medical-advisors-section {
  .advisors-grid {
    @media (min-width: 992px) {
      grid-template-columns: repeat(5, 1fr);
    }
    @media (max-width: 991px) {
      grid-template-columns: repeat(2, 1fr);
    }
  }
}
