header {
  background-color: var(--black);
  aspect-ratio: unset;
  height: unset;
  min-height: 400px !important;
  overflow: hidden;
}

header img {
  position: absolute;
  bottom: 50px !important;
  max-height: 300px !important;
  max-width: 80%;
}

@media (max-width: 700px) {
  header img.logo_dgw {
    max-height: 30px !important;
  }
}

.textContainer {
  height: fit-content;
  background-color: var(--light-grey);
  color: var(--dark-grey);
  padding: 30px;
  margin: 30px 0;
}

.textContainer section {
  margin-bottom: 20px;
}

.textContainer h1 {
  margin: 30px 0 20px;
}

.textContainer h1:first-child {
  margin-top: 0;
}

.textContainer h2 {
  margin: 30px 0 10px;
}

.textContainer h3,
strong {
  margin: 15px 0 10px;
}

.textContainer p {
  margin: 5px 0;
}

.textContainer li,
.textContainer strong,
.textContainer p,
.textContainer h3,
.textContainer a {
  font-size: 16px !important;
  line-height: 22px !important;
}

.textContainer li {
  margin-left: 16px;
}

footer {
  margin-top: unset;
}
