/* contact banner css start  */
.contact-page-banner {
  padding-top: 100px;
  height: 510px;
}
.contact-page-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* contact banner css end */

.contact-page-heading {
  text-transform: uppercase;
  font-size: 50px;
  line-height: 50px;
  margin-block: 80px;
  color: #000;
  font-weight: 500;
}
.contact-page-heading,
.contact-container {
  max-width: 640px;
  margin-inline: auto;
}
.contact-container {
  margin-bottom: 200px;
}
/* responsive code */
@media screen and (max-width: 576px) {
  .contact-page-heading {
    font-size: 25px;
    line-height: 30px;
    margin-block: 45px;
  }
  .contact-page-banner {
    height: 305px;
  }
  .contact-container {
    margin-bottom: 130px;
  }
}
