/* Focused homepage trust-card, office carousel and IELTS CTA refinements. */
.trust-grid .trust-card {
  min-height: 118px;
  padding: 21px 22px;
  border-radius: 18px;
}

.trust-grid .trust-card strong {
  font-size: clamp(1.75rem, 2.35vw, 2.35rem);
}

.trust-grid .trust-card span {
  margin-top: 6px;
  font-size: .98rem;
}

.office-carousel .office-badge,
.office-carousel .office-card:nth-child(even) .office-badge {
  color: #fff;
  background: #0d4e94;
  box-shadow: 0 8px 18px rgba(13, 78, 148, .18);
}

.office-carousel .office-address i {
  color: #d62828;
}

.office-carousel .office-location i {
  color: #071f3d;
}

.office-carousel .office-actions a:nth-child(2) {
  color: #fff;
  background: #0a9f47;
  border-color: #0a9f47;
}

.office-carousel .office-actions a:nth-child(2):hover,
.office-carousel .office-actions a:nth-child(2):focus-visible {
  color: #fff;
  background: #0d4e94;
  border-color: #0d4e94;
}

.home-ielts-copy .btn.btn-primary:hover,
.home-ielts-copy .btn.btn-primary:focus-visible {
  color: #071f3d !important;
  background: #fff !important;
  border-color: #fff !important;
}

@media (max-width: 640px) {
  .trust-grid .trust-card {
    min-height: 104px;
    padding: 18px 16px;
  }

  .trust-grid .trust-card strong {
    font-size: 1.7rem;
  }

  .trust-grid .trust-card span {
    font-size: .9rem;
  }
}
