.image-with-text-wrapper .homepage-content--image.large--one-half {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.with-image {
  position: relative;
  padding-left: 100px;
}
.with-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 54px;
  height: auto;
}
.image-with-text-wrapper .homepage-content--image .icon--placeholder {
  border: 0;
}
.image-with-text-wrapper .featured-row__subtext p {
  margin-top: 15px;
}
.image-with-text-wrapper .featured-row__subtext p:first-child {
  margin-top: 0;
}
.template-index .alt-image-with-text p,
.page-home1 .alt-image-with-text p,
.page-home2 .alt-image-with-text p {
  text-align: left !important;
}
@media screen and (min-width: 768px) {
  .feature-row__text-alignment--left .homepage-featured-box-btn,
  .feature-row__text-alignment--left a,
  .feature-row__text-alignment--left div,
  .feature-row__text-alignment--left h2.homepage-sections--title,
  .feature-row__text-alignment--left p {
    text-align: left;
  }
  .feature-row__text-alignment--center a,
  .feature-row__text-alignment--center h2.homepage-sections--title,
  .feature-row__text-alignment--center p {
    text-align: center;
  }
  .homepage-featured-box-btn {
    float: none;
  }
  .feature-row__text-alignment--right .homepage-featured-box-btn,
  .feature-row__text-alignment--right a,
  .feature-row__text-alignment--right div,
  .feature-row__text-alignment--right h2.homepage-sections--title,
  .feature-row__text-alignment--right p {
    text-align: right;
  }
}
.feature-row__text--right {
  flex-direction: row-reverse;
}
.feature-row__text--right .homepage-featured-content-box {
  left: 0;
}
@media screen and (max-width: 767px) {
  .feature-row__text--right .homepage-featured-content-box {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .feature-row--overlapping.full-width
    .feature-row__text--right
    .homepage-featured-content-box {
    margin-left: 30px;
  }
  .feature-row--overlapping.full-width
    .feature-row__text--left
    .homepage-featured-content-box {
    margin-right: 30px;
  }
  .feature-row--overlapping.content-width
    .feature-row__text--right
    .homepage-featured-content-box {
    left: -30px;
  }
  .feature-row--overlapping.content-width
    .feature-row__text--left
    .homepage-featured-content-box {
    right: -30px;
  }
}
@media screen and (max-width: 767px) {
  .feature-row--overlapping .homepage-featured-content-box {
    background: unset;
    float: right;
  }
  .feature-row--overlapping .homepage-featured-content-box .rte {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) {
  .feature-row--no-overlapping .feature_row__image_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .feature-row--no-overlapping .homepage-featured-content-wrapper {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .feature-row--no-overlapping .feature_row__image_wrapper {
    float: right;
  }
  .feature-row__text-alignment--left div ul {
    text-align: left;
  }
}
.slick-next {
  right: 25px;
}
.slick-prev {
  left: 25px;
  z-index: 20;
}
.slider_item {
  display: block !important;
  position: relative;
}
.image-with-text-slider .slick-dots {
  position: absolute;
  bottom: 25px;
  width: auto;
  z-index: 20;
  left: 0;
  right: 0;
  text-align: center !important;
}
.image-with-text-slider .slick-dots li button:before {
  color: #fff;
  width: 26px;
  height: 26px;
  font-size: 26px;
}
.image-with-text-slider .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.image-with-text-slider .slick-dots li {
  width: 26px;
  height: 26px;
  margin: 0 10px;
}
.image-with-text-slider .slick-next,
.image-with-text-slider .slick-prev {
  width: 100px;
  height: 100px;
}
.image-with-text-slider .slick-next:before,
.image-with-text-slider .slick-prev:before {
  font-size: 65px;
  display: none;
}
@media screen and (max-width: 1400px) {
  .image-with-text-slider .slick-next,
  .image-with-text-slider .slick-prev {
    width: 40px;
    height: 40px;
    top: 50%;
  }
}
.homepage-content--image {
  position: relative;
}
.homepage-content--image h2 {
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  color: #fff;
  font-size: 38px;
  max-width: 400px;
  line-height: 36px;
}
@media screen and (max-width: 768px) {
  .image-with-text-slider .slick-dots {
    left: 0;
    bottom: 10px;
  }
  .image-with-text-slider .slick-dots li button:before {
    color: #fff;
    width: 15px;
    height: 15px;
    font-size: 15px;
  }
  .image-with-text-slider .slick-dots li {
    width: 15px;
    height: 15px;
  }
}

@media screen and (max-width: 700px) {
  .homepage-content--image h2 {
    top: 5px;
    left: 10px;
  }
}

@media screen and (max-width: 500px) {
  .homepage-content--image h2 {
    top: auto;
    bottom: 10px;
    left: 10px;
  }
}

.homepage-text-image-blocks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 12px;
  row-gap: 70px;
  padding-inline: 30px;
}

.homepage-text-image-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.homepage-text-image-block__title {
  font-family: Avenir Next;

  font-weight: 500;
  font-size: 22px !important;
  line-height: 28.8px;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  color: #3b626b !important;
  margin-bottom: 8px;
  text-align: center !important;
}

.homepage-text-image-block__image img {
  height: auto;
  width: auto;
  display: block;
  margin-bottom: 8px;
}

.homepage-text-image-block__subtitle.homepage-text-image-block__subtitle.homepage-text-image-block__subtitle {
  font-size: 22px !important;
  line-height: 28.8px !important;
  font-weight: 500 !important;
  margin: 0 !important;
  text-align: center !important;
  letter-spacing: 0 !important;
  color: #333333 !important;
}

.homepage-text-image-block__text.homepage-text-image-block__text.homepage-text-image-block__text {
  margin-bottom: 0 !important;
  margin-top: 10px !important;
  line-height: 24px !important; /* 150% */
  text-align: center !important;
}
.homepage-text-image-block__title {
  letter-spacing: 0 !important;
}

@media screen and (max-width: 1100px) {
  .homepage-text-image-blocks {
    padding-inline: 0px;
  }
}

@media (min-width: 991px) {
  .alt-image-with-text .grid__item {
    max-width: 460px;
  }

  .alt-image-with-text.feature-row--no-overlapping .feature_row__image_wrapper {
    justify-content: flex-start;
  }
  .alt-image-with-text .no-overlap-content-box > div {
    padding-right: 0;
    padding-top: 0;
  }
}

@media screen and (max-width: 980px) {
  .alt-image-with-text .homepage-content--image img {
    aspect-ratio: 360 / 426;
    max-width: 400px !important;

    width: 100% !important;
    object-fit: cover !important;
  }
}

@media screen and (max-width: 812px) {
  .homepage-text-image-block__text {
    font-size: 14px !important;
    line-height: normal !important;
    letter-spacing: 0.6px !important; /* 150% */
  }
}

@media screen and (max-width: 768px) {
  .alt-image-with-text {
    padding-top: 0 !important;
  }
  .alt-image-with-text .grid--full {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) {
}

@media screen and (max-width: 480px) {
  .homepage-text-image-blocks {
    grid-template-columns: 1fr;
    row-gap: 30px !important;
    margin-inline: auto;
  }
}
