.image-text {
  width: 100%;
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 60px;
  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 img {
  width: 100%;
}
.image-text__content {
  line-height: 1.5rem;
}
.image-text__content p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .image-text__media {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .image-text {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .image-text > * {
    max-width: calc(50% - 5px);
  }
  .image-text__content {
    padding-left: 40px;
  }
  .image-text--invert .image-text__content {
    padding-left: 0;
    padding-right: 40px;
  }
  .image-text--small-image .image-text__media {
    width: 33.33333333%;
    max-width: 33.33333333%;
  }
  .image-text--small-image .image-text__content {
    width: 66.66666667%;
    max-width: 66.66666667%;
  }
}
.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: #84c9dd;
  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: #84c9dd;
}
@media (max-width: 767px) {
  .image-text .splide__arrows {
    display: none;
  }
}
@media (min-width: 768px) {
  .image-text .splide__pagination {
    display: none;
  }
}
/*# sourceMappingURL=image-text.css.map */
