.main-slider.testimonials-slider {
  margin-bottom: 50px;
}
.main-slider.testimonials-slider .main-slider__item:before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
@media (max-width: 767px) {
  .main-slider.testimonials-slider .main-slider__item:before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) -40%, rgba(0, 0, 0, 0.7) 100%);
  }
}
.main-slider.testimonials-slider .item-slider__title {
  margin-bottom: 20px;
}
.main-slider.testimonials-slider .item-slider__title span {
  color: #f3c802;
}
.main-slider.testimonials-slider .item-slider__wrap {
  margin-bottom: 40px;
}
.main-slider.testimonials-slider .item-slider__desc {
  max-width: 1120px;
}

.testimonials-info__title {
  text-align: center;
  font-family: "Krona One", Arial, sans-serif;
  padding-bottom: 50px;
  margin-bottom: 160px;
  position: relative;
}
@media (max-width: 979px) {
  .testimonials-info__title {
    margin-bottom: 50px;
  }
}
.testimonials-info__title:after {
  content: "";
  position: absolute;
  width: 56px;
  height: 12px;
  background-image: url("./images/icon-ellipsis.svg");
  background-position: center;
  background-repeat: no-repeat;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.testimonials-info__title h2 {
  font-weight: 400;
  font-size: 54px;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  line-height: 120%;
  margin-bottom: 38px;
}
@media (max-width: 979px) {
  .testimonials-info__title h2 br {
    display: none;
  }
}
@media (max-width: 767px) {
  .testimonials-info__title h2 {
    font-size: 24px;
    margin-bottom: 18px;
  }
}
.testimonials-info__title p {
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  margin-bottom: 0;
}
@media (max-width: 979px) {
  .testimonials-info__title p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .testimonials-info__title p {
    font-size: 14px;
  }
}

/*# sourceMappingURL=style.css.map */
