.l-image-text {
  position: relative;
}
.l-image-text.wider {
  margin: 50px auto;
}
@media (max-width: 991.98px) {
  .l-image-text.wider {
    margin: 0 auto;
  }
}
.l-image-text__row-container {
  display: flex;
  align-items: center;
  min-height: 380px;
}
@media (max-width: 1599.98px) {
  .l-image-text__row-container {
    min-height: 304px;
  }
}
@media (max-width: 991.98px) {
  .l-image-text__row-container {
    flex-direction: column;
  }
}
.l-image-text__title-container {
  margin-bottom: 50px;
}
@media (max-width: 1599.98px) {
  .l-image-text__title-container {
    margin-top: 40px;
  }
}
@media (max-width: 991.98px) {
  .l-image-text__title-container {
    margin-top: 30px;
  }
}
.l-image-text__image-container {
  position: relative;
  left: 0;
}
@media (max-width: 1599.98px) {
  .l-image-text__image-container {
    position: static;
  }
}
.wider .l-image-text__image-container {
  position: absolute;
  width: fit-content;
  right: auto;
  left: 0;
}
.smaller .l-image-text__image-container {
  width: calc(100% - 30px);
  margin-left: 20px;
  margin-right: 30px;
}
@media (max-width: 991.98px) {
  .smaller .l-image-text__image-container {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 575.98px) {
  .smaller .l-image-text__image-container {
    max-height: 240px;
  }
}
.l-image-text__image-container--reversed {
  position: static;
}
.wider .l-image-text__image-container--reversed {
  position: absolute;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991.98px) {
  .wider .l-image-text__image-container--reversed {
    position: relative;
    top: auto;
    transform: none;
  }
}
.smaller .l-image-text__image-container--reversed {
  margin-left: 30px;
  margin-right: 0;
}
@media (max-width: 991.98px) {
  .smaller .l-image-text__image-container--reversed {
    margin: 0;
  }
}
.l-image-text__img {
  width: 100%;
  max-width: none;
}
@media (max-width: 1599.98px) {
  .l-image-text__img {
    max-width: 100%;
  }
}
.wide .l-image-text__img {
  width: calc(100% + 100px);
  margin-left: -100px;
}
@media (max-width: 1599.98px) {
  .wide .l-image-text__img {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 991.98px) {
  .smaller .l-image-text__img {
    max-width: none;
  }
}
@media (max-width: 575.98px) {
  .smaller .l-image-text__img {
    max-height: 240px;
    object-fit: cover;
  }
}
@media (max-width: 991.98px) {
  .wider .l-image-text__img {
    max-width: none;
  }
}
.l-image-text__title {
  font-family: "Inter", sans-serif;
  font-size: 2.25em;
  font-weight: bold;
  line-height: 1.17;
  color: #000;
  text-wrap: balance;
}
@media (max-width: 1599.98px) {
  .l-image-text__title {
    font-size: 1.8em;
  }
}
@media (max-width: 991.98px) {
  .l-image-text__title {
    font-size: 1.625em;
    text-wrap: wrap;
  }
}
@media (max-width: 991.98px) {
  .l-image-text__title {
    font-size: 1.25em;
  }
}
.l-image-text__text {
  color: #252525;
  font-family: "Inter", sans-serif;
  font-size: 1.25em;
  font-weight: normal;
  line-height: 1.75;
  margin-top: 40px;
}
@media (max-width: 1599.98px) {
  .l-image-text__text {
    font-size: 1em;
  }
}
@media (max-width: 991.98px) {
  .l-image-text__text {
    font-size: 1em;
    padding-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .l-image-text__text {
    margin-top: 30px;
    font-size: 0.875em;
  }
}
.l-image-text__text strong,
.l-image-text__text a {
  color: #102e6b;
}
.l-image-text__text li {
  list-style-type: disc !important;
  margin: 0 0 0 20px !important;
}
.is-checks .l-image-text__text li {
  list-style-type: none !important;
  position: relative;
  margin: 0 0 10px 0 !important;
  padding-left: 42px;
}
@media (max-width: 1599.98px) {
  .is-checks .l-image-text__text li {
    padding-left: 33.6px;
  }
}
.is-checks .l-image-text__text li:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 30px;
  height: 30px;
  background: url("/wp-content/themes/mamsa/img/icons/list-check.svg") no-repeat center center;
  background-size: contain;
}
@media (max-width: 1599.98px) {
  .is-checks .l-image-text__text li:before {
    width: 24px;
    height: 24px;
  }
}
.l-image-text__text li::marker {
  color: #102e6b !important;
}
.smaller .l-image-text__text {
  font-size: 1.125em;
  line-height: 1.94;
  padding-bottom: 0;
}
@media (max-width: 991.98px) {
  .smaller .l-image-text__text {
    font-size: 1em;
  }
}
@media (max-width: 575.98px) {
  .smaller .l-image-text__text {
    font-size: 0.875em;
    line-height: 1.86;
  }
}
.l-image-text__button {
  margin-top: 50px;
}
@media (max-width: 991.98px) {
  .l-image-text__button {
    margin-top: 30px;
  }
}
.l-image-text__text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991.98px) {
  .l-image-text__text-container {
    max-width: 100%;
    padding: 0 0 20px;
    margin-top: 30px;
  }
}
.l-image-text--left .l-image-text__text-container {
  float: left;
}
.l-image-text--left .l-image-text__text-container {
  float: right;
}
@media (max-width: 991.98px) {
  .smaller .l-image-text__text-container {
    margin-top: 0;
  }
}
.l-image-text--left.smaller .l-image-text__image-container {
  margin-right: 0;
}
.l-image-text--left.smaller .l-image-text__text-container {
  padding-left: 0;
}
.l-image-text--right.smaller .l-image-text__image-container {
  margin-left: 0;
}
.l-image-text--right.smaller .l-image-text__text-container {
  padding-right: 0;
}