.section.section_testimonial {
  position: relative;
  background-color: #F2E8E0;
  padding: 5rem 5rem;
  overflow: hidden;
}
@media screen and (min-width: 1920px) {
  .section.section_testimonial {
    padding: 7.5rem 17.5rem;
  }
}
@media screen and (max-width: 1280px) {
  .section.section_testimonial {
    padding: 5rem 3.75rem;
  }
}
@media screen and (max-width: 1024px) {
  .section.section_testimonial {
    padding: 3rem 3rem;
  }
}
@media screen and (max-width: 767px) {
  .section.section_testimonial {
    padding: 2.5rem 1.5rem;
  }
}
.section.section_testimonial::before, .section.section_testimonial::after {
  content: "";
  position: absolute;
  width: 26.25rem;
  height: 33.75rem;
  background-image: url("../../../../assets/img/logo_bg_light.svg");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .section.section_testimonial::before, .section.section_testimonial::after {
    display: none;
  }
}
.section.section_testimonial::before {
  top: -25%;
  right: -10%;
  background-position: top right;
}
.section.section_testimonial::after {
  bottom: -20%;
  left: -9%;
  background-position: bottom left;
}
.section.section_testimonial .testimonial__title {
  position: relative;
  z-index: 1;
  font-size: 2.5rem;
  margin: 0 auto 3rem;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .section.section_testimonial .testimonial__title {
    font-size: 2.125rem;
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .section.section_testimonial .testimonial__title {
    font-size: 1.75rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .section.section_testimonial .testimonial__title {
    font-size: 1.375rem;
    margin-bottom: 1.5rem;
  }
}
.section.section_testimonial .splide__pagination {
  display: flex;
  margin-top: 3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section.section_testimonial .splide__pagination {
    margin-top: 1.25rem;
  }
}
.section.section_testimonial .splide__track {
  position: relative;
  z-index: 1;
}
.section.section_testimonial .splide__list {
  align-items: stretch;
}
.section.section_testimonial .testimonial__card {
  display: flex;
  flex-direction: column;
  background-color: rgba(250, 250, 250, 0.5);
  border-radius: 0.5rem;
  padding: 2.375rem;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  justify-content: flex-start;
  gap: 1rem;
}
@media screen and (max-width: 1280px) {
  .section.section_testimonial .testimonial__card {
    padding: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .section.section_testimonial .testimonial__card {
    padding: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .section.section_testimonial .testimonial__card {
    padding: 1.5rem 1.25rem;
  }
}
.section.section_testimonial .testimonial__card::before {
  content: "";
  position: absolute;
  width: 8.8125rem;
  height: 6.5rem;
  right: 1.75rem;
  bottom: 1.75rem;
  background-image: url("../../../../assets/img/quotes_big.svg");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 0;
}
.section.section_testimonial .testimonial__card::after {
  content: "";
  position: absolute;
  width: 2.75rem;
  height: 2rem;
  right: 2.75rem;
  bottom: 2.75rem;
  background-image: url("../../../../assets/img/quotes_small.svg");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 1;
}
.section.section_testimonial .testimonial__card-body {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.section.section_testimonial .testimonial__card-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5rem;
  margin: 0;
}
@media screen and (max-width: 1280px) {
  .section.section_testimonial .testimonial__card-title {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .section.section_testimonial .testimonial__card-title {
    font-size: 1.125rem;
  }
}
.section.section_testimonial .testimonial__card-description {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.section.section_testimonial .testimonial__card-description p {
  margin: 0 0 0.75rem;
}
.section.section_testimonial .testimonial__card-description p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1280px) {
  .section.section_testimonial .testimonial__card-description {
    font-size: 1.0625rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 1024px) {
  .section.section_testimonial .testimonial__card-description {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .section.section_testimonial .testimonial__card-description {
    font-size: 0.9375rem;
  }
}
.section.section_testimonial .testimonial__card-link {
  text-decoration: underline;
  margin: 0;
}
.section.section_testimonial .testimonial__card-link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .section.section_testimonial .testimonial__card-link {
    font-size: 0.9375rem;
  }
}
.section.section_testimonial .testimonial__card-author {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
.section.section_testimonial .testimonial__card-name {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: var(--color-eerie-black);
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .section.section_testimonial .testimonial__card-name {
    font-size: 1rem;
  }
}
.section.section_testimonial .testimonial__card-designation {
  font-size: 1rem;
  line-height: 1.5rem;
  color: var(--color-eerie-black);
}
@media screen and (max-width: 767px) {
  .section.section_testimonial .testimonial__card-designation {
    font-size: 0.875rem;
  }
}
/*# sourceMappingURL=testimonial.min.css.map */
