.image-text {
  width: 100%;
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.image-text > * {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.image-text--invert {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.image-text__media .media {
  overflow: hidden;
}
.image-text__media img {
  width: 100%;
  max-width: none;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-text__content {
  line-height: 1.5rem;
  padding: 2rem;
  border: solid #d3e0eb 1px;
}
.image-text__content p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .image-text__media {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .image-text {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .image-text > * {
    max-width: calc(50% - 5px);
  }
  .image-text__media * {
    height: 100%;
  }
  .image-text__content {
    padding: 3rem 4rem;
  }
  .image-text--small-image .image-text__media {
    width: calc(33.33333333% - 5px);
    max-width: calc(33.33333333% - 5px);
  }
  .image-text--small-image .image-text__content {
    width: calc(66.66666667% - 5px);
    max-width: calc(66.66666667% - 5px);
  }
}
.image-text .splide__arrows {
  width: 100%;
  max-width: 940px;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.image-text .splide__arrow {
  width: 64px;
  height: 64px;
  background: #fff;
  border: none;
  border-radius: 0;
  top: calc(100% - 64px);
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.image-text .splide__arrow svg {
  fill: #333333;
  min-width: 64px;
  min-height: 64px;
}
.image-text .splide__arrow--prev {
  left: calc(100% - 128px);
}
.image-text .splide__arrow--next {
  background: #137faa;
  right: 0;
}
.image-text .splide__arrow--next svg {
  fill: #fff;
}
.image-text .splide__pagination {
  bottom: 30px;
}
.image-text .splide__pagination__page {
  width: 10px;
  height: 10px;
  margin: 0 10px;
  background: #fff;
  opacity: 1;
}
.image-text .splide__pagination__page.is-active {
  background: #137faa;
}
@media (max-width: 767px) {
  .image-text .splide__arrows {
    display: none;
  }
}
@media (min-width: 768px) {
  .image-text .splide__pagination {
    display: none;
  }
}
/*# sourceMappingURL=image-text-lab.css.map */
