.hero-banner-section {
  height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-banner-section h2 {
  position: absolute;
  left: 4%;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 32px;
  font-weight: 700;
}
.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: 5%;
  max-width: 1150px;
  padding-bottom: 100px;
}

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

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



@media (max-width: 44.333333em) {
  .internal-audit-hero-text p {
    font-size: 14px;
  }
}

@media (max-width: 30.8333333em) {
  .internal-audit-hero-text {
    bottom: 0;
  }
}
