.contact-page-wrap {
  background: linear-gradient(180deg, #f5f8fc 0%, #f9fbfd 100%);
}

.contact-hero {
  padding-top: 78px;
  padding-bottom: 36px;
}

.contact-kicker {
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: #e9fff4;
  color: #00a86b;
}

.contact-page-wrap .section-heading {
  font-size: 38px;
  line-height: 1.2;
  color: #1b2430;
}

.contact-hero-card,
.contact-card,
.contact-details-card,
.contact-cta-card {
  border-radius: 14px;
  border: 1px solid #e9edf3 !important;
}

.contact-hero-card p,
.contact-card p,
.contact-details-card p,
.contact-details-card li,
.contact-cta-card p,
.contact-card a {
  font-size: 15px;
  line-height: 1.8;
  color: #3d4a5c;
}

.contact-card a {
  color: #00a86b;
  font-weight: 700;
}

.contact-body {
  padding-top: 16px;
  padding-bottom: 72px;
}

@media (max-width: 991.98px) {
  .contact-hero {
    padding-top: 54px;
    padding-bottom: 24px;
  }

  .contact-page-wrap .section-heading {
    font-size: 30px;
  }
}
