@media (min-width: 1120px) {
  .qct-services {
    padding-block: clamp(28px, 4vh, 42px) !important;
  }

  .qct-services .qct-section__header,
  .qct-services .qct-section__header--split {
    display: block !important;
    margin-bottom: 20px !important;
  }

  .qct-services .qct-section__eyebrow {
    margin-bottom: 8px !important;
  }

  .qct-services .qct-section__title {
    max-width: 1180px !important;
    margin-bottom: 8px !important;
    font-size: clamp(2.15rem, 3.15vw, 3.55rem) !important;
    line-height: .98 !important;
    letter-spacing: -.045em !important;
    text-wrap: balance;
  }

  .qct-services .qct-section__lead {
    max-width: 760px !important;
    margin: 0 !important;
    font-size: .86rem !important;
    line-height: 1.42 !important;
  }

  .qct-services .qct-services__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  .qct-services .qct-service-card,
  .qct-services .qct-service-card--featured,
  .qct-services .qct-service-card--wide {
    min-height: 205px !important;
    padding: 13px !important;
    gap: 7px !important;
    border-radius: 18px !important;
  }

  .qct-services .qct-service-card__top { min-height: 26px !important; }
  .qct-services .qct-service-card__icon { width: 26px !important; height: 26px !important; }
  .qct-services .qct-service-card__kicker { font-size: .6rem !important; }
  .qct-services .qct-service-card__title { font-size: 1.02rem !important; }
  .qct-services .qct-service-card__text { font-size: .73rem !important; line-height: 1.32 !important; }
  .qct-services .qct-service-preview {
    height: 68px !important;
    min-height: 68px !important;
    padding: 5px !important;
    border-radius: 12px !important;
  }
  .qct-services .qct-service-card__cta { font-size: .7rem !important; }
}

@media (min-width: 1120px) and (max-height: 820px) {
  .qct-services { padding-block: 24px !important; }
  .qct-services .qct-section__header { margin-bottom: 14px !important; }
  .qct-services .qct-section__title { font-size: clamp(1.95rem, 2.7vw, 3rem) !important; }
  .qct-services .qct-section__lead { font-size: .78rem !important; }
  .qct-services .qct-service-card,
  .qct-services .qct-service-card--featured,
  .qct-services .qct-service-card--wide {
    min-height: 184px !important;
    padding: 11px !important;
    gap: 6px !important;
  }
  .qct-services .qct-service-preview { height: 56px !important; min-height: 56px !important; }
  .qct-services .qct-service-card__text { font-size: .69rem !important; line-height: 1.27 !important; }
}
