.testimonial-block {
  padding: 4rem 0rem;
}
@media (min-width: 992px) {
  .testimonial-block {
    padding: 6.6rem 0rem 7rem 0rem;
  }
}
.testimonial-block .container {
  position: relative;
}
@media (max-width: 991px) {
  .testimonial-block .testimonial-slider-controls {
    width: 100%;
    margin-top: 4rem !important;
  }
  .testimonial-block .testimonial-slider-controls .border-bottom_line {
    margin-top: 4rem !important;
  }
  .testimonial-block .testimonial-slider-controls .--inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3.2rem;
  }
  .testimonial-block .testimonial-slider-controls .slick-arrow {
    position: static;
  }
}
.testimonial-block .testimonial-slider-controls .border-bottom_line {
  border-bottom: 1px dotted #D0D0D0;
  max-width: 95.6rem;
  margin: 0 auto;
}
.testimonial-block .testimonial-slider-controls.mb-44 {
  margin-top: 4.4rem;
}
.testimonial-block .testimonial-slider-controls.mb-28 {
  margin-top: 2.8rem;
}
.testimonial-block .testimonial-slider-controls.single-slide {
  margin: 0 !important;
}
.testimonial-block .testimonial-slider-controls.single-slide .slick-arrow {
  display: none;
}
.testimonial-block .slick-arrow {
  border: none;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  height: 3.2rem;
  width: 3.2rem;
  border-radius: 3rem;
  background-color: black;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  z-index: 2;
  position: absolute;
  transform: translateY(-50%);
  top: 40%;
}
.testimonial-block .slick-arrow.slick-hidden {
  display: none;
}
.testimonial-block .slick-arrow svg {
  width: 1.6rem;
}
.testimonial-block .slick-arrow:hover {
  background-color: var(--grey2);
}
.testimonial-block .slick-arrow:hover svg {
  filter: brightness(0) invert(1);
}
@media (max-width: 991px) {
  .testimonial-block .slick-arrow {
    position: unset;
    transform: none;
    height: 5.6rem;
    width: 5.6rem;
    display: flex;
    gap: 3rem;
    top: 68%;
    right: 32%;
    flex-direction: column;
  }
  .testimonial-block .slick-arrow svg {
    width: 2.6rem;
  }
}
@media (min-width: 992px) {
  .testimonial-block .testimonial-next {
    right: 0;
  }
  .testimonial-block .testimonial-prev {
    left: 0;
  }
}
.testimonial-block .testimonial-slider {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 991px) {
  .testimonial-block .testimonial-slider .testimonial-prev {
    left: 13rem;
  }
}
.testimonial-block .testimonial-slider .testimonial-quote h3 {
  font-weight: 500;
  line-height: 150%;
  font-size: 2.1rem;
  font-family: var(--font-inter);
}
@media (min-width: 992px) {
  .testimonial-block .testimonial-slider .testimonial-quote h3 {
    font-size: 2.4rem;
  }
}
.testimonial-block .testimonial-slider .testimonial-quote .s-40 {
  margin: auto auto 4rem auto;
}
@media (min-width: 992px) {
  .testimonial-block .testimonial-slider .testimonial-quote .s-40 {
    margin: auto auto 4rem auto;
    max-width: 95.6rem;
  }
}
.testimonial-block .testimonial-slider .testimonial-quote .s-28 {
  margin: auto auto 4rem auto;
}
@media (min-width: 992px) {
  .testimonial-block .testimonial-slider .testimonial-quote .s-28 {
    margin: auto auto 2.8rem auto;
    max-width: 95.6rem;
  }
}
@media (min-width: 992px) {
  .testimonial-block .testimonial-slider .testimonial-name p {
    margin-bottom: 0;
    font-size: 1.8rem;
    font-weight: 400;
  }
}

@media (min-width: 992px) {
  .mb-44 {
    margin-top: 4.4rem;
  }
}

@media (min-width: 992px) {
  .mb-28 {
    margin-top: 2.8rem;
  }
}

.mb-0 {
  margin-top: 0rem;
}/*# sourceMappingURL=style.css.map */