


.acf-testimonial-image-slider {
  /* background: var(--testimonial-section-bg, #f4efe9); */
}

.acf-testimonial-image-slider__inner {
  display: flex;
  align-items: stretch;
}

.acf-testimonial-image-slider__media,
.acf-testimonial-image-slider__content-side {
  width: 50%;
  min-width: 0;
}

.acf-testimonial-image-slider__media {
  position: relative;
}

.acf-testimonial-image-slider__image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 760px;
  object-fit: cover;
}

.acf-testimonial-image-slider__content-side {
  background-color: var(--testimonial-section-bg, #f4efe9);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 40px;
}

.acf-testimonial-image-slider__content-inner {
  width: 100%;
  max-width: 900px;
}

.acf-testimonial-image-slider__slider-wrap {
  position: relative;
  width: 100%;
}

.acf-testimonial-image-slider__slider {
  /* width: 100%; */
}

.acf-testimonial-image-slider__slide {
  padding: 0;
}

.acf-testimonial-image-slider__card {
  max-width: 650px;
  margin: 0 auto;
  background: var(--testimonial-card-bg, #f8f6f3);
  padding: 78px 55px;
  /* text-align: center; */
  /* min-height: 515px; */
  /* display: flex !important; */
  /* flex-direction: column; */
  /* justify-content: space-between; */
}

.acf-testimonial-image-slider__title {
  /* margin: 0 0 52px; */
}

.acf-testimonial-image-slider__text {
  max-width: 470px;
  margin: 0 auto;
}

.acf-testimonial-image-slider__text p {
  margin: 0;
}

.acf-testimonial-image-slider__author {
  margin-top: 60px;
}

.acf-testimonial-image-slider__author-name,
.acf-testimonial-image-slider__author-subtitle {
  margin: 0;
}

.acf-testimonial-image-slider__author-name + .acf-testimonial-image-slider__author-subtitle {
  margin-top: 10px;
}

.acf-testimonial-image-slider__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 0;
  background: #fff;
  color: #a03c3c;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  z-index: 3;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.acf-testimonial-image-slider__arrow:hover,
.acf-testimonial-image-slider__arrow:focus {
  transform: translateY(-50%) scale(1.04);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.14);
}

.acf-testimonial-image-slider__arrow--prev {
  left: 40px;
}

.acf-testimonial-image-slider__arrow--next {
  /* right: 40px; */
}

.acf-testimonial-image-slider__arrow svg {
  /* display: block; */
}

.acf-testimonial-image-slider .slick-list,
.acf-testimonial-image-slider .slick-track {
  height: 100%;
}

@media screen and (max-width: 1279px) {
  .acf-testimonial-image-slider__image {
    min-height: 620px;
  }

  .acf-testimonial-image-slider__content-side {
    padding: 40px 24px;
  }

  .acf-testimonial-image-slider__card {
    padding: 60px 50px;
    min-height: 460px;
  }

  .acf-testimonial-image-slider__arrow--prev {
    left: 10px;
  }

  .acf-testimonial-image-slider__arrow--next {
    right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .acf-testimonial-image-slider__inner {
    display: block;
  }

  .acf-testimonial-image-slider__media,
  .acf-testimonial-image-slider__content-side {
    width: 100%;
  }

  .acf-testimonial-image-slider__image {
    min-height: 320px;
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .acf-testimonial-image-slider__content-side {
    padding: 22px 16px 28px;
  }

  .acf-testimonial-image-slider__card {
    min-height: 0;
    padding: 34px 24px;
  }

  .acf-testimonial-image-slider__title {
    margin: 0 0 28px;
  }

  .acf-testimonial-image-slider__author {
    margin-top: 36px;
  }

  .acf-testimonial-image-slider__arrow {
    width: 48px;
    height: 48px;
    top: 50%;
  }

  .acf-testimonial-image-slider__arrow--prev {
    left: -4px;
  }

  .acf-testimonial-image-slider__arrow--next {
    right: -4px;
  }
}


.acf-testimonial-image-slider {
  /* background: var(--testimonial-section-bg, #f4efe9); */
}

.acf-testimonial-image-slider__inner {
  display: flex;
  align-items: stretch;
}

.acf-testimonial-image-slider__media,
.acf-testimonial-image-slider__content-side {
  width: 50%;
  min-width: 0;
}

.acf-testimonial-image-slider__media {
  position: relative;
}

.acf-testimonial-image-slider__image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 760px;
  object-fit: cover;
}

.acf-testimonial-image-slider__content-side {
  background-color: var(--testimonial-section-bg, #f4efe9);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 40px;
}

.acf-testimonial-image-slider__content-inner {
  width: 100%;
  max-width: 900px;
}

.acf-testimonial-image-slider__slider-wrap {
  position: relative;
  width: 100%;
}

.acf-testimonial-image-slider__card-shell {
  max-width: 650px;
  margin: 0 auto;
  background: var(--testimonial-card-bg, #f8f6f3);
  padding: 78px 90px;
  min-height: 515px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.acf-testimonial-image-slider__header {
  text-align: center;
  /* margin-bottom: 52px; */
}

.acf-testimonial-image-slider__title {
  margin: 0;
}

.acf-testimonial-image-slider__slider {
  width: 100%;
}

.acf-testimonial-image-slider__slide {
  padding: 0;
}

.acf-testimonial-image-slider__card {
  text-align: center;
  min-height: 0;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
}

.acf-testimonial-image-slider__text {
  max-width: 470px;
  margin: 0 auto;
}

.acf-testimonial-image-slider__text p {
  margin: 0;
}

.acf-testimonial-image-slider__author {
  margin-top: 60px;
}

.acf-testimonial-image-slider__author-name,
.acf-testimonial-image-slider__author-subtitle {
  margin: 0;
}

.acf-testimonial-image-slider__author-name + .acf-testimonial-image-slider__author-subtitle {
  margin-top: 10px;
}

.acf-testimonial-image-slider__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  border-radius: 50%!important;
  border: 0;
  background: #fff;
  color: #a03c3c;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  z-index: 3;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.acf-testimonial-image-slider__arrow:hover,
.acf-testimonial-image-slider__arrow:focus {
  transform: translateY(-50%) scale(1.04);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.14);
}

.acf-testimonial-image-slider__arrow--prev {
  left: 80px;
}

.acf-testimonial-image-slider__arrow--next {
  right: 80px;
}

.acf-testimonial-image-slider__arrow svg {
  display: block;
}

@media screen and (max-width: 1279px) {
  .acf-testimonial-image-slider__image {
    min-height: 620px;
  }

  .acf-testimonial-image-slider__content-side {
    padding: 40px 24px;
  }

  .acf-testimonial-image-slider__card-shell {
    padding: 60px 50px;
    min-height: 460px;
  }

  .acf-testimonial-image-slider__arrow--prev {
    left: 10px;
  }

  .acf-testimonial-image-slider__arrow--next {
    right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .acf-testimonial-image-slider__inner {
    display: block;
  }

  .acf-testimonial-image-slider__media,
  .acf-testimonial-image-slider__content-side {
    width: 100%;
  }

  .acf-testimonial-image-slider__image {
    min-height: 320px;
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .acf-testimonial-image-slider__content-side {
    padding: 22px 16px 28px;
  }

  .acf-testimonial-image-slider__card-shell {
    min-height: 0;
    padding: 34px 24px;
  }

  .acf-testimonial-image-slider__header {
    margin-bottom: 28px;
  }
    h2.acf-testimonial-image-slider__title {
        line-height: 30px;
    }
  .acf-testimonial-image-slider__author {
    margin-top: 36px;
  }

  .acf-testimonial-image-slider__arrow {
    width: 48px;
    height: 48px;
    top: 50%;
  }

  .acf-testimonial-image-slider__arrow--prev {
    left: -4px;
  }

  .acf-testimonial-image-slider__arrow--next {
    right: -4px;
  }
}

