.double-serum-uk-testimonials {
  margin: 0 auto;
  max-width: 1170px;
  --CLARINS-FONT: ClarinsRegular, Clarins;
  --GOTHAM-BOOK: "Gotham SSm book A", "Gotham SSm book B", Helvetica, Arial,
    sans-serif;
  --GOTHAM-MEDIUM: "Gotham SSm medium A", "Gotham SSm medium B", Helvetica,
    Arial, sans-serif;
  max-width: 1127px;
}

.double-serum-uk-testimonials__wrapper {
}

.double-serum-uk-testimonials__slide {
  padding-left: calc(100% - 630px);
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 363px;
  position: relative;

  max-width: 1127px;
  width: 100%;
  box-sizing: border-box;
}

.double-serum-uk-testimonials__background {
  position: absolute;

  top: 0;
  left: 50%;
  width: 100%;
  display: block;
  transform: translateX(-50%);
  border-radius: 5px;
  overflow: hidden;
}

.double-serum-uk-testimonials__background img {
  display: block;
  width: 100%;
  margin: 0;
}

.double-serum-uk-testimonials__title {
  position: relative;
  color: #be0f34;
  font-size: 37px;
  font-weight: normal;
  margin: 0;
  text-align: center;
  font-family: var(--CLARINS-FONT);
  line-height: 1em;
}

.double-serum-uk-testimonials__title > span:first-child {
  display: inline-block;
  font-size: 3em;
  line-height: 1em;
  height: 0.5em;
  width: 0.4em;
  margin-left: -0.4em;
  overflow: hidden;
  vertical-align: bottom;
}

.double-serum-uk-testimonials__title::after {
  border-bottom: 1px solid #333;
  width: 220px;
  margin: 20px auto;
  content: " ";
  display: block;
  height: 1px;
}

.double-serum-uk-testimonials__title strong {
  font-size: 47px;
  font-weight: normal;
}

.double-serum-uk-testimonials__title br.isMobile {
  display: none;
}

.double-serum-uk-testimonials__text {
  position: relative;
  font-size: 18px;
  margin: 0;
  text-align: center;
  font-family: var(--GOTHAM-BOOK);
  padding-top: 10px;
  padding-bottom: 30px;
}

.double-serum-uk-testimonials__text strong {
  font-weight: normal;
  font-family: var(--GOTHAM-MEDIUM);
}

.double-serum-uk-testimonials__link {
  position: relative;
  background-color: transparent;
  border: 0px solid;
  padding: 0;
  border-bottom: 1px solid;
  text-transform: uppercase;
  color: #333;
  font-family: var(--GOTHAM-MEDIUM);
  height: auto;
}
.double-serum-uk-testimonials__link:hover {
  background-color: rgba(0, 0, 0, 0);
  border: 0px solid rgba(0, 0, 0, 0);
  border-bottom: 1px solid #be0f34;
  color: #be0f34;
}

.double-serum-uk-testimonials .slick-prev {
  left: -55px;
  top: calc(50% - 5px);
  padding: 0;
}
.double-serum-uk-testimonials .slick-next {
  right: -55px;
  top: calc(50% - 5px);
  padding: 0;
}
.double-serum-uk-testimonials .slick-prev:after {
  background: url(images/arrow-left.png);
  height: 53px;
  width: 38px;
  background-size: cover;
  margin: 0;
}
.double-serum-uk-testimonials .slick-next:after {
  background: url(images/arrow-right.png);
  height: 53px;
  width: 38px;
  background-size: cover;
  margin: 0;
}
.double-serum-uk-testimonials button:not(.not-tabbable):focus,
.double-serum-uk-testimonials button:not(.not-tabbable):active {
  outline: 0px solid #000 !important;
}

@media (max-width: 1120px) {
  .double-serum-uk-testimonials__title {
    font-size: 35px;
  }

  .double-serum-uk-testimonials__title strong {
    font-size: 45px;
  }

  .double-serum-uk-testimonials {
    max-width: 1024px;
  }

  .double-serum-uk-testimonials__slide {
    height: 330px;
  }
}

@media (max-width: 1023px) {
  .double-serum-uk-testimonials {
    max-width: 1024px;
    width: 90vw;
  }

  .double-serum-uk-testimonials__slide {
    height: 71vw;
    padding-left: 50vw;
    padding-right: 5vw;
    width: 90vw;
    margin-bottom: 50px;
  }

  .double-serum-uk-testimonials__title {
    font-size: 6vw;
    width: 100%;
    text-align: left;
  }

  .double-serum-uk-testimonials__title strong {
    font-size: 7vw;
  }

  .double-serum-uk-testimonials__title br {
    display: none;
  }

  .double-serum-uk-testimonials__title br.isMobile {
    display: block;
  }

  .double-serum-uk-testimonials__title::after {
    width: 100%;
    margin: 3vw auto;
  }

  .double-serum-uk-testimonials__text {
    font-size: 3vw;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .double-serum-uk-testimonials__link {
    position: absolute;
    bottom: -30px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
  }
  .double-serum-uk-testimonials .slick-prev {
    left: -5vw;
  }
  .double-serum-uk-testimonials .slick-next {
    right: -5vw;
  }
}
