.page-heading_section {
  min-height: 435px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -29px;
}

@media only screen and (max-width: 992px) {
  .contact-banner {
      height: 480px;
  }
  .page-heading_section {
      min-height: 400px;
  }
}

@media only screen and (max-width: 768px) {
  .contact-banner {
      height: 380px;
  }
  .page-heading_section {
      min-height: 300px;
  }
}

.privacy-policy {
  width: 100%;
  height: auto;
  min-height: 680px;
  margin-top: 3rem;
  .heading-text {
    font-size: 24px;
    color: rgb(25, 25, 112);
    font-weight: bold;
    margin-top: 32px;
    margin-bottom: 16px;
  }
  .paragraph-text {
    color: rgb(87, 87, 87);
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 8px;
  }
}