:root {
  --heading-color: #0A2A40;
  --para-color: #646464;
  --textover-color: #00A0F9;
  --bg-alt: #F5FBFE;
  --white: #fff;
  --black: #000;
  --anchor-color: #2EB7E5;
  --footer-border-color: #DADADA;
  --upper-nav-bg: #003A5A;
  --dropdown-border-color: #F2F2F2;
  --sml-menu-border-color: #EAEAEA ;
}

.hero-banner-section .img-wrapper {
  float: right;
}
.hero-banner-section .contact-section {
  padding-top: 36px;
  padding-bottom: 36px;
  border-top: 1px solid #C0C0C0;
}
.hero-banner-section .contact-section .col-lg-4 .contact-info-wrapper {
  display: flex;
  align-items: center;
  gap: 44px;
  margin-bottom: 48px;
}
.hero-banner-section .contact-section .col-lg-4 .contact-info-wrapper h3 {
  margin-bottom: 12px;
  font-size: 32px;
  line-height: 38.72px;
}
.hero-banner-section .contact-section .col-lg-4 .contact-info-wrapper p {
  font-size: 24px;
  line-height: 36px;
  color: var(--heading-color);
}
.hero-banner-section .contact-section .col-lg-4 .contact-info-wrapper img {
  max-width: 56px;
  width: 100%;
}
.hero-banner-section .contact-section .col-lg-4:last-child .contact-info-wrapper {
  margin-bottom: 0;
}

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