.hero-banner-section {
  padding-top: 36px;
  padding-bottom: 60px;
}
.hero-banner-section .img-wrapper {
  float: right;
}

.cta-strip {
  padding-top: 0;
  padding-bottom: 0;
}
.cta-strip + section:not(.bg-alt) {
  padding-top: 44px;
}
.cta-strip.bg-alt + section:not(.bg-alt) {
  padding-top: 80px;
}
.cta-strip .contact-section {
  padding-top: 36px;
  padding-bottom: 36px;
  border-top: 1px solid #C0C0C0;
}
.cta-strip .contact-section .col-lg-4 .contact-info-wrapper {
  display: flex;
  align-items: center;
  gap: 44px;
  margin-bottom: 48px;
}
.cta-strip .contact-section .col-lg-4 .contact-info-wrapper a {
  text-decoration: none;
  color: var(--black);
}
.cta-strip .contact-section .col-lg-4 .contact-info-wrapper h3 {
  margin-bottom: 12px;
  font-size: 32px;
  line-height: 38.72px;
}
.cta-strip .contact-section .col-lg-4 .contact-info-wrapper p {
  font-size: 24px;
  line-height: 36px;
  color: var(--heading-color);
}
.cta-strip .contact-section .col-lg-4 .contact-info-wrapper img {
  max-width: 56px;
  width: 100%;
  border-radius: 0;
}
.cta-strip .contact-section .col-lg-4:last-child .contact-info-wrapper {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .hero-banner-section {
    padding-bottom: 70px;
  }
  .cta-strip + section:not(.bg-alt) {
    padding-top: 80px;
  }
  .cta-strip.bg-alt + section:not(.bg-alt) {
    padding-top: 120px;
  }
  .cta-strip .contact-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .cta-strip .contact-section .col-lg-4 .contact-info-wrapper {
    gap: 20px;
    margin-bottom: 0;
  }
  .cta-strip .contact-section .col-lg-4 .contact-info-wrapper img {
    max-width: 80px;
  }
}