.main-header {
  height: 450px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main-header.contact-us {
  height: 200px;
}

.hero-text.contact-us {
  top: 50%;
  transform: translateY(-50%);
}

.hero-text.contact-us h2 {
  font-size: 50px;
  font-weight: 400;
  max-width: fit-content;
}

.hero-container {
  position: relative;
}

.hero-text {
  position: absolute;
  bottom: 10%;
  left: 10%;
}

.hero-text h2,
.hero-text p {
  color: white;
}

.hero-text h2 {
  max-width: 60%;
  font-weight: 600;
}

.hero-text p {
  max-width: 65%;
}

.hero-text h2 .field--name-field-hero-title {
  width: 100%;
}

.internal-audit-hero-text {
  position: absolute;
  bottom: 10%;
  left: 10%;
}

.internal-audit-hero-text h2,
.internal-audit-hero-text p {
  color: white;
}

.internal-audit-hero-text h2 {
  font-weight: 600;
}

@media (max-width: 479px) {
  .main-header {
    height: 300px;
    text-align: center;
  }

  .hero-text h2 {
    max-width: 100%;
    font-weight: 600;
  }

  .hero-text p {
    max-width: 100%;
    font-size: 14px;
  }

  .hero-text {
    position: absolute;
    bottom: 6%;
    left: 1%;
  }

  .internal-audit-hero-text {
    position: absolute;
    bottom: 6%;
    left: 1%;
  }

  .internal-audit-hero-text p {
    font-size: 14px;
  }
}
