.testimonials-block {
  position: relative;
  padding: var(--block-padding-y) 0;
  overflow: hidden;
}
.testimonials-block .center {
  position: relative;
}
.testimonials-block .maxwidth {
  max-width: 900px;
  margin: 0 auto;
}
.testimonials-block .swiper-container {
  width: 100%;
  overflow: hidden;
}
.testimonials-block .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.testimonials-block .swiper-slide {
  flex: 0 0 100%;
  width: 100%;
}
.bg_color_testimonial {
  max-width: 900px;
  border-radius: var(--block-radius);
  margin: 0 auto;
}
.testimonial {
  padding: 60px 60px 30px 60px;
  position: relative;
}
.testimonial p {
  font-size: 1.1em;
  line-height: 1.5;
  font-weight: 600;
}
.testimonial p:first-child::before,
.testimonial h6:last-child::after {
  font-family: Georgia, serif;
  font-weight: 700;
}
.testimonial p:first-child::before {
  content: "\201C";
  display: block;
  font-size: 80px;
  line-height: 0;
  margin: 0 0 4px -4px;
}
.testimonial h6:last-child::after {
  content: "\201D";
  display: block;
  font-size: 80px;
  line-height: 0;
  text-align: right;
}
.testimonial h6 {
  margin: 0;
}
.testimonial h6 span {
  padding: 0 40px 0 0;
}
@media screen and (max-width: 767px) {
  .testimonials-block {
    padding: var(--block-padding-y-mobile) 0;
  }
}
