ul:not([class]) {
  list-style: none;
  padding: 0;
  margin: 2rem 0;
}
ul:not([class]) li {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 1rem;
}
ul:not([class]) li::before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0.8rem;
  width: 20px;
  height: 2px;
  background-color: var(--color-primary);
}
ul.checkmark {
  list-style: none;
  padding: 2rem;
  margin: 1rem 0;
  background-color: var(--color-gray);
}
ul.checkmark.primary {
  background-color: var(--color-primary);
}
ul.checkmark.primary li {
  color: var(--color-white);
}
ul.checkmark.primary li:before {
  background-image: url(https://innodentum.de/wp-content/themes/innodentum-theme/graphics/icon-checkmark-white.svg);
}
ul.checkmark li {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 1rem;
}
ul.checkmark li:before {
  content: "";
  position: absolute;
  top: 0.2rem;
  left: 0;
  width: 30px;
  height: 30px;
  background-image: url(https://innodentum.de/wp-content/themes/innodentum-theme/graphics/icon-checkmark.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
ul.checkmark li:last-of-type {
  margin-bottom: 0;
}

ol:not([class]) {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
  counter-reset: ol;
}
ol:not([class]) li {
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 1rem;
  counter-increment: ol;
}
ol:not([class]) li::before {
  content: counters(ol, "", decimal-leading-zero);
  position: absolute;
  color: var(--color-primary);
  display: inline-block;
  left: 0;
  top: 0;
  font-size: 1.4rem;
  font-weight: 500;
}

.footer {
  position: relative;
  padding: 4rem 0;
}
@media screen and (min-width: 768px) {
  .footer {
    display: grid;
    grid-template-columns: minmax(2rem, auto) minmax(200px, 1600px) minmax(2rem, auto);
    grid-template-areas: ". module .";
  }
}
.footer__wrapper {
  grid-column: module;
  grid-row: 1;
  display: grid;
  grid-template-columns: 1fr 0.5fr 1fr;
  grid-template-areas: "left space right";
}
@media screen and (max-width: 1200px) {
  .footer__wrapper {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "left  right";
  }
}
@media screen and (max-width: 767px) {
  .footer__wrapper {
    grid-template-areas: "right" "left";
    grid-template-columns: 1fr;
  }
}
.footer__logo {
  max-width: 340px;
  margin-bottom: 2rem;
}
.footer__widgets {
  padding: 4rem;
}
.footer__widgets.left {
  grid-area: left;
  margin-top: 6rem;
  background-color: var(--color-primary);
  color: var(--color-white);
}
@media screen and (min-width: 1201px) {
  .footer__widgets.left {
    grid-column-end: space;
  }
}
@media screen and (max-width: 767px) {
  .footer__widgets.left {
    margin: 0;
  }
}
.footer__widgets.right {
  grid-area: right;
  margin-bottom: 6rem;
  z-index: 2;
  background-color: var(--color-gray);
}
@media screen and (min-width: 1201px) {
  .footer__widgets.right {
    grid-column-start: space;
  }
}
@media screen and (max-width: 767px) {
  .footer__widgets.right {
    margin: 0;
  }
}
@media screen and (max-width: 1200px) {
  .footer__widgets {
    padding: 2rem;
  }
}
.footer__widgets .widget_wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 400px));
  gap: 2rem;
  margin-left: 2rem;
}
@media screen and (max-width: 1023px) {
  .footer__widgets .widget_wrapper {
    margin-left: 0;
  }
}
.footer__widgets .widget {
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  text-align: left;
}
.footer__widgets .widget p:first-of-type {
  margin-top: 0;
}
.footer__widgets .widget p:last-of-type {
  margin-bottom: 0;
}
.footer__widgets .widget h3,
.footer__widgets .widget .h3 {
  position: relative;
  display: inline-block;
  font-weight: 500;
  font-size: clamp(1.4rem, 3vw, 2.5rem);
  padding: 0 0.5rem;
}
.footer__widgets .widget h3:after,
.footer__widgets .widget .h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #ccc;
  z-index: -1;
}
.footer__widgets .widget a {
  color: inherit;
}
.footer__widgets .widget .button {
  color: white;
}
.footer__widgets .widget .button_wrapper {
  padding-top: 2rem;
  margin-top: auto;
}
.footer__widgets .widget table {
  width: 100%;
  margin-bottom: 1rem;
}
.footer__widgets .widget table tr {
  display: flex;
  flex-flow: row nowrap;
  gap: 1rem;
}
.footer__widgets .widget table tr td {
  flex: 1;
}
.footer__widgets .widget table tr td:first-of-type {
  font-weight: bold;
}
.footer__nav {
  grid-column: module;
  grid-row: 2;
  margin: 2rem 0;
}
@media screen and (max-width: 767px) {
  .footer__nav {
    padding: 0 2rem;
  }
}
.footer__nav ul {
  list-style: none;
  margin: 0;
  padding: 1rem 0;
  display: flex;
  flex-flow: row wrap;
  gap: 1rem;
}
.footer__nav ul a {
  text-decoration: none;
}

.acfe-form,
#message {
  max-width: 1200px;
  margin: 4rem auto;
  padding: 0 2rem;
}

#message {
  text-align: center;
  font-weight: bold;
}

.acf-fields > .acf-field {
  padding: 16px 0 !important;
  border-top: none !important;
}

.acf-form label {
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.acf-form input,
.acf-form textarea {
  padding: 0.5rem 0;
  width: 100%;
  border: none;
  border-bottom: 1px solid #333;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.acf-form .acf-button {
  width: auto;
}

.module.cta {
  background-color: var(--color-background);
}
@media screen and (max-width: 1660px) {
  .module.cta {
    grid-column-start: 1;
    grid-column-end: 4;
  }
}
.module .cta__wrapper {
  display: flex;
  flex-flow: column;
  place-items: flex-start;
  text-align: left;
  padding: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}
.module .cta h3 {
  margin: 0 0 1rem 0;
}
.module .cta p {
  margin: 0.5rem 0;
}
.module .cta__buttons {
  display: flex;
  flex-flow: row wrap;
  place-items: center;
  justify-content: flex-start;
  gap: 1rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .module .cta__buttons {
    flex-flow: column;
    justify-content: center;
  }
}
@keyframes details-show {
  0% {
    opacity: 0;
    transform: translateY(-0.5em);
  }
  100% {
    transform: translateY(0);
  }
}
.module .faq__wrapper {
  display: flex;
  flex-flow: column;
  gap: 0.5rem;
}
.module .faq__wrapper details {
  background-color: var(--color-gray);
}
.module .faq__wrapper details[open] summary h3 {
  padding: 2rem 4rem 1rem 4rem;
}
.module .faq__wrapper details[open] summary h3:after {
  transform: translate(-2rem, -50%) rotate(45deg);
}
.module .faq__wrapper details[open] .text {
  padding: 0rem 4rem 2rem 4rem;
}
.module .faq__wrapper details summary {
  position: relative;
}
.module .faq__wrapper details summary h3 {
  position: relative;
  padding: 2rem 4rem;
}
.module .faq__wrapper details summary h3:after {
  content: "";
  position: absolute;
  top: 3rem;
  left: 0rem;
  width: 3.5rem;
  height: 3.5rem;
  transform: translate(-2rem, -50%);
  transition: all 0.4s ease;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(//innodentum.de/wp-content/themes/innodentum-theme/graphics/icon-faq.svg);
}
.module .faq__wrapper details .text {
  animation: details-show 0.5s ease-in-out;
}
.module .faq__wrapper details .text p:first-of-type {
  margin-top: 0;
}
.module .faq__wrapper details .text p:last-of-type {
  margin-bottom: 0;
}
.module .faq__headline {
  display: flex;
  flex-flow: column;
  place-items: center;
  max-width: 600px;
  margin: 0 auto 2rem auto;
  text-align: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .module.images {
    margin-right: 2rem;
  }
}
.module .images__wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin-right: 4rem;
}
.module .images__wrapper::after {
  content: "";
  position: absolute;
  top: 4rem;
  left: 4rem;
  width: calc(100% - 4rem);
  height: calc(100% - 8rem);
  border: 1px solid var(--color-primary);
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .module .images__wrapper {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 1023px) {
  .module .images__wrapper {
    margin-right: 0;
  }
  .module .images__wrapper::after {
    top: 2rem;
    left: 2rem;
    width: calc(100% - 2rem);
    height: calc(100% - 4rem);
  }
}
@media screen and (max-width: 767px) {
  .module .images__wrapper {
    grid-template-columns: 1fr;
    padding-top: 2rem;
    margin-right: 2rem;
  }
  .module .images__wrapper::after {
    top: 0;
    left: 4rem;
    height: 100%;
  }
}
.module .images__image:last-of-type {
  margin-top: 8rem;
  transform: translate(-4rem, 0);
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .module .images__image:last-of-type {
    transform: translate(-2rem, 0);
  }
}
@media screen and (max-width: 1023px) {
  .module .images__image:last-of-type {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .module .images__image:last-of-type {
    margin-top: -4rem;
    transform: translate(3rem, 0);
  }
}
.module .news {
  margin: 4rem auto;
}
.module .news__element {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 3fr 70px;
  grid-template-areas: "image content button";
  align-items: stretch;
  margin-bottom: 2rem;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .module .news__element {
    grid-template-areas: "image" "content" "button";
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr 1fr 70px;
  }
}
.module .news__image {
  -o-object-fit: cover;
     object-fit: cover;
  grid-area: image;
}
.module .news__button {
  position: relative;
  grid-area: button;
  background-color: var(--color-primary);
}
.module .news__button svg {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%);
}
.module .news__text {
  grid-area: content;
  padding: 3rem;
}
@media screen and (max-width: 767px) {
  .module .news__text {
    padding: 1rem;
  }
}
.module .news__text p {
  margin-bottom: 0;
}
.module .news__text h3 {
  margin: 0 0 1rem 0;
}
.module .news__text a {
  display: block;
  text-decoration: none;
}
.module .news__text a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.module.quote {
  position: relative;
  margin: 4rem 0;
}
.module .quote__wrapper {
  display: grid;
  grid-template-areas: "image ." "image text";
  gap: 0;
  grid-template-columns: 1fr 2fr;
  margin: 0 4rem;
}
.module .quote__wrapper:after {
  content: "";
  position: relative;
  grid-column: 2/3;
  grid-row: 2;
  margin-left: -4rem;
  border: 2px solid #333;
  display: block;
  z-index: -1;
}
@media screen and (max-width: 600px) {
  .module .quote__wrapper:after {
    grid-column: 1;
  }
}
@media screen and (max-width: 1023px) {
  .module .quote__wrapper {
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  .module .quote__wrapper {
    grid-template-columns: 1fr;
    grid-template-areas: "image" "text";
  }
}
.module .quote__image {
  grid-area: image;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) and (min-width: 601px) {
  .module .quote__image img {
    -o-object-fit: cover;
       object-fit: cover;
    width: auto;
    -o-object-position: center;
       object-position: center;
    position: absolute;
    z-index: 1;
    height: 80%;
    left: 0;
    bottom: 0;
    margin-left: -2rem;
    max-width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .module .quote__image img {
    width: 100%;
    height: auto;
    margin-left: -2rem;
    margin-bottom: -4rem;
  }
}
.module .quote__text {
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
  grid-area: text;
  gap: 2rem;
  padding: 4rem 8rem 4rem 4rem;
}
@media screen and (max-width: 1199px) {
  .module .quote__text {
    padding: 2rem 1rem;
  }
}
@media screen and (max-width: 767px) {
  .module .quote__text {
    padding: 2rem;
    z-index: 2;
  }
  .module .quote__text::after {
    content: "";
    position: absolute;
    top: 1rem;
    left: 1rem;
    height: calc(100% - 2rem);
    width: calc(100% - 2rem);
    background-color: rgba(255, 255, 255, 0.8);
    z-index: -1;
  }
}
.module .quote__text p {
  font-size: clamp(1.2rem, 3vw, 1.8rem);
  line-height: clamp(1.6rem, 3vw, 2.6rem);
}
.module .quote__text p:first-of-type {
  margin-top: 0;
}
.module .quote__text p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .module .quote__text p {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}
.module .quote__text .info {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  gap: 1rem;
}
.module .quote__text .author {
  position: relative;
  display: inline-block;
  padding: 0 0.5rem;
  font-size: clamp(1.2rem, 2vw, 2rem);
  font-weight: 400;
}
.module .quote__text .author:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  transform: translate(0, 50%);
  background-color: var(--color-primary);
  opacity: 0.2;
}
.module .quote__text .function {
  display: inline-block;
  padding: 0 0.5rem;
  font-size: clamp(1.1rem, 2vw, 1.675rem);
}
.module .quote__buttons {
  display: flex;
  flex-flow: row nowrap;
  gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
}
.module .quote__buttons button {
  background: none;
  border: none;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
}
.module .quote__buttons button.prev {
  background-image: url(//innodentum.de/wp-content/themes/innodentum-theme/graphics/icon-left.png);
}
.module .quote__buttons button.next {
  background-image: url(//innodentum.de/wp-content/themes/innodentum-theme/graphics/icon-right.png);
}
@media screen and (max-width: 767px) {
  .module .quote__buttons {
    padding: 2rem 0;
    margin-top: 0;
    gap: 4rem;
    justify-content: center;
    background-color: var(--color-primary);
  }
}
.module .glide__slides {
  margin: 0;
  padding-top: 2rem;
}
.module.slider {
  position: relative;
  margin: 4rem 0;
}
.module .slider__wrapper {
  position: relative;
  display: grid;
  grid-template-areas: "images text";
  gap: 0;
  grid-template-columns: 2fr 1fr;
  margin: 0;
  z-index: 2;
}
.module .slider__wrapper:after {
  content: "";
  position: relative;
  grid-column: 1/3;
  grid-row: 1;
  margin: 2rem 0;
  transform: translate(-4rem, 0);
  width: calc(100% + 4rem);
  display: block;
  background-color: var(--color-primary);
  z-index: -1;
}
@media screen and (max-width: 1300px) {
  .module .slider__wrapper {
    grid-template-areas: "images" "text";
    grid-template-columns: 1fr;
  }
  .module .slider__wrapper::after {
    grid-row: 1/3;
    height: calc(100% - 2rem);
  }
}
.module .slider__images {
  position: relative;
  grid-area: images;
  padding-top: 71.28%;
}
.module .slider__images:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.module .slider__images img {
  position: absolute;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.module .slider__images img:first-of-type {
  left: 0;
  width: 100%;
  -o-object-position: center left;
     object-position: center left;
}
.module .slider__images img:last-of-type {
  right: 0;
  -o-object-position: center right;
     object-position: center right;
  width: 50%;
  z-index: 10;
}
.module .slider__images--slider {
  position: absolute;
  top: 0;
  left: 50%;
  width: 60px;
  height: 100%;
  z-index: 20;
  transform: translate(-50%, 0);
  cursor: grab;
}
.module .slider__images--slider.no-pointer {
  pointer-events: none;
}
.module .slider__images--slider::after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10;
  background: #fff;
}
.module .slider__images--slider svg {
  width: 60px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  background: #fff;
  pointer-events: none;
}
.module .slider__images--slider button {
  display: block;
  height: 100%;
  width: 50%;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  background: 0 0;
  border: 0;
  color: transparent;
  cursor: grab;
}
.module .slider__images--slider button.button-left {
  left: 0;
}
.module .slider__images--slider button.button-right {
  right: 0;
}
.module .slider__images--slider button.button-right::after {
  left: 0;
}
.module .slider__images--slider button::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  background: #fff;
  transition: all ease 0.4s;
}
.module .slider__text {
  grid-area: text;
  padding: 2rem;
  color: white;
  align-self: center;
}
.module .team__wrapper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.module .team__wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 80%;
  transform: translate(-50%, -50%);
  background-color: var(--color-gray);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .module .team__wrapper {
    grid-template-columns: 1fr;
  }
}
.module .team__element {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas: "image text";
}
.module .team__element.text {
  grid-template-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
}
.module .team__element.text h2 {
  text-align: center;
  font-size: 2rem;
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .module .team__element {
    grid-template-areas: "image" "text";
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 500px) {
  .module .team__element {
    grid-template-areas: "image" "text";
    grid-template-columns: 1fr;
  }
}
.module .team__image {
  grid-area: image;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.module .team__text {
  grid-area: text;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 2rem;
  gap: 0.7rem;
  background-color: var(--color-primary);
}
.module .team__text h3 {
  margin: 0;
  color: white;
}
.module .team__text .title {
  display: block;
  font-size: 1.125rem;
  color: white;
}
.module .team__text .button {
  margin-top: 1rem;
}
.module .teaser__wrapper {
  position: relative;
  display: grid;
  gap: 4rem;
  grid-template-columns: 1fr 2fr;
  grid-template-areas: "headline teaser" ". teaser";
  padding-top: 4rem;
}
.module .teaser__wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 8rem;
  width: calc(100% - 16rem);
  height: 80%;
  background-color: var(--color-gray);
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .module .teaser__wrapper {
    grid-template-columns: 1fr;
    grid-template-areas: "headline" "teaser";
    gap: 0;
  }
  .module .teaser__wrapper::before {
    left: -2rem;
    width: calc(100% - 4rem);
  }
}
@media screen and (max-width: 767px) {
  .module .teaser__wrapper::before {
    width: 100%;
  }
}
.module .teaser__wrapper--inner {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .module .teaser__wrapper--inner {
    grid-template-columns: 1fr;
  }
}
.module .teaser__teaser {
  grid-area: teaser;
}
.module .teaser__headline {
  grid-area: headline;
  text-align: right;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .module .teaser__headline {
    text-align: left;
    max-width: calc(100% - 8rem);
  }
}
@media screen and (max-width: 767px) {
  .module .teaser__headline {
    max-width: calc(100% - 4rem);
  }
}
.module .teaser__item {
  position: relative;
  display: flex;
  flex-flow: column;
  padding: 2rem;
  background-color: var(--color-primary);
  color: white;
}
.module .teaser__item h3 {
  margin: 0;
  color: #fff;
}
.module .teaser__item--text .button {
  display: block;
  text-align: center;
  background-color: #fff;
  color: #333;
  border-radius: 6px;
  flex: 1 0 46%;
}
.module .teaser__item--buttons {
  display: flex;
  flex-flow: row wrap;
  gap: 0.5rem;
}
.module .teaser__text {
  max-width: calc(100% - 12rem);
}
@media screen and (max-width: 1023px) {
  .module .teaser__text {
    max-width: calc(100% - 8rem);
  }
}
@media screen and (max-width: 767px) {
  .module .teaser__text {
    max-width: calc(100% - 4rem);
  }
}
.module .text-image__wrapper {
  padding: 4rem;
}
@media screen and (max-width: 767px) {
  .module .text-image__wrapper {
    padding: 0;
  }
}
.module .text-image__headline {
  max-width: 740px;
  margin: 0 auto;
  text-align: center;
}
.module .text-image__inner_wrapper {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 1200px) auto;
  grid-template-areas: ". image ." ". text  .";
  gap: 0;
}
@media screen and (max-width: 1023px) {
  .module .text-image__inner_wrapper {
    grid-template-areas: "image" "text";
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
}
.module .text-image__image {
  position: relative;
  grid-area: image;
  margin-right: 4rem;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .module .text-image__image {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .module .text-image__image {
    margin-right: 1rem;
  }
}
.module .text-image__text {
  grid-area: text;
  background-color: var(--color-gray);
  transform: translate(0, -5rem);
  padding: 8rem 4rem 2rem 4rem;
  margin-left: clamp(2rem, 8vw, 8rem);
}
@media screen and (max-width: 1023px) {
  .module .text-image__text {
    padding: 7rem 2rem 2rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  .module .text-image__text {
    margin-left: 1rem;
  }
}
.module .text-image__text > *:first-child {
  margin-top: 0;
}
.module .text > *:first-child {
  margin-top: 0;
}