.c-text-image {
  position: relative;
}
.c-text-image--no-image .c-text-image__wrapper {
  padding-bottom: 6rem;
}
@media (min-width: 40em) {
  .c-text-image--no-image .c-text-image__wrapper {
    padding-bottom: 10rem;
  }
}

.c-text-image__wrapper {
  padding: 6rem 0 3rem;
}
.c-text-image__wrapper--background-blue {
  background-color: #0d4b6f;
}
.c-text-image__wrapper--background-turquoise {
  background-color: #00a0b5;
}
.c-text-image__wrapper--background-light-turquoise {
  background-color: #8ed0dc;
}
.c-text-image__wrapper--background-red {
  background-color: #ea5153;
}
.c-text-image__wrapper--background-gray {
  background-color: #f6f6f6;
}
.c-text-image__wrapper--background-white {
  background-color: #ffffff;
}
@media (min-width: 40em) {
  .c-text-image__wrapper {
    padding: 10rem 0 5rem;
  }
}

.c-text-image__title {
  font-family: "DIN", Arial, sans-serif;
  font-size: 1.0625rem;
  font-weight: 400;
  color: #ea5153;
  margin: 0 0 2rem;
  text-transform: initial;
}
.c-text-image__title--text-blue {
  color: #0d4b6f;
}
.c-text-image__title--text-turquoise {
  color: #00a0b5;
}
.c-text-image__title--text-light-turquoise {
  color: #8ed0dc;
}
.c-text-image__title--text-red {
  color: #ea5153;
}
.c-text-image__title--text-gray {
  color: #f6f6f6;
}
.c-text-image__title--text-white {
  color: #ffffff;
}

.c-text-image__content {
  font-family: "DIN", Arial, sans-serif;
  font-size: 1.3125rem;
  font-weight: 400;
  line-height: 1.2;
  font-size: 1.5rem;
}
.c-text-image__content--text-blue {
  color: #0d4b6f;
}
.c-text-image__content--text-turquoise {
  color: #00a0b5;
}
.c-text-image__content--text-light-turquoise {
  color: #8ed0dc;
}
.c-text-image__content--text-red {
  color: #ea5153;
}
.c-text-image__content--text-gray {
  color: #f6f6f6;
}
.c-text-image__content--text-white {
  color: #ffffff;
}
@media (min-width: 55em) {
  .c-text-image__content {
    font-family: "DIN", Arial, sans-serif;
    font-size: 2.25rem;
    font-weight: 400;
    line-height: 1.2;
  }
}

.c-text-image__image {
  position: relative;
  z-index: 1;
}
.c-text-image__image--background-blue::before {
  background-color: #0d4b6f;
}
.c-text-image__image--background-turquoise::before {
  background-color: #00a0b5;
}
.c-text-image__image--background-light-turquoise::before {
  background-color: #8ed0dc;
}
.c-text-image__image--background-red::before {
  background-color: #ea5153;
}
.c-text-image__image--background-gray::before {
  background-color: #f6f6f6;
}
.c-text-image__image--background-white::before {
  background-color: #ffffff;
}
.c-text-image__image::before {
  content: "";
  height: 50%;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.c-text-image__image .l-constrain {
  height: 100%;
}
@media (max-width: 30em) {
  .c-text-image__image .l-constrain--extra-small {
    padding: 0;
  }
}
.c-text-image__image img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}
@media (min-width: 55em) {
  .c-text-image__image img {
    padding: 0 3rem;
  }
}