/*### Contact-us ###*/
section.contact-banner.main-banner {
    height: 580px;
  }
  .contact-banner h1 {
    font-size: 35px;
  }
  .contact-banner::after {
    content: "";
    background: linear-gradient(rgb(0 0 0 / 70%), rgb(0 0 0 / 70%)),
      url("../../images/contact-us/contact-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 580px;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: -1;
  }

  /*### Contact us form ####*/
#contact-us .form-content p {
    font-family: var(--poppins-regular);
  }

  @media only screen and (min-width: 500px) {
   /* ####Contact us Banner#### */
   section.contact-banner.main-banner h1 {
    font-size: 50px;
  }
}