.simple-section .content-wrapper {
  position: relative;
}
.simple-section .section-content {
  margin-left: 3vw;
  padding: 3vw;
  width: 53vw;
  background-color: white;
  position: absolute;
}
.simple-section .section-content p {
  font-size: 1.1rem;
  margin-bottom: 0.3em;
  line-height: 1.8em;
}
.simple-section .section-image {
  width: 100vw;
  position: absolute;
  top: 4vw;
}
.simple-section .headline-wrapper {
  display: flex;
  align-items: center;
}
.simple-section .section-headline-image {
  width: calc(53vw - 6rem);
  margin-left: calc(6vw + 3rem);
}
.simple-section .section-sub-headline {
  padding: 3rem;
  text-align: center;
  font-size: 1.63rem;
  width: 100%;
  margin-right: 2vw;
}
.simple-section .two-columns-wrapper {
  display: flex;
}
.simple-section .two-columns-wrapper > div {
  width: 50%;
}
.simple-section .two-columns-wrapper .media-wrapper .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: end;
  position: relative;
  height: 100%;
}
.simple-section .two-columns-wrapper .media-wrapper .image-wrapper .section-image {
  position: relative;
  width: 100%;
  top: 0;
  margin: 0 2.5vw 0 5vw;
}
.simple-section .two-columns-wrapper .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.simple-section .two-columns-wrapper .content-wrapper .section-content {
  background-color: transparent;
  margin-left: auto;
  width: auto;
  padding: 0 3rem;
  position: relative;
  height: fit-content;
}
.simple-section .two-columns-wrapper .content-wrapper .section-content p {
  margin-bottom: 0.1em;
}

/*# sourceMappingURL=SimpleSection.css.map */
