.testimonial-block2 {
  position: relative;
}
.testimonial-block2 .gradated-line {
  height: 3px;
}
.testimonial-block2 .swiper-testimonial-block2 {
  position: relative;
  display: flex;
  width: 100%;
  overflow: hidden !important;
}
.testimonial-block2 .swiper-testimonial-block2 .swiper-wrapper {
  align-items: center;
  width: 100%;
}
.testimonial-block2 .swiper-testimonial-block2 .swiper-wrapper .swiper-slide {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background: #edeaef;
  text-align: center;
  padding-inline: clamp(2.5em, 5vw, 5em);
  padding-top: clamp(5em, 9vw, 9em);
  padding-bottom: clamp(2.5em, 6vw, 6em);
  border-radius: 2em;
  height: fit-content;
}
.testimonial-block2 .swiper-testimonial-block2 .swiper-wrapper .swiper-slide:after {
  content: "";
  background-image: url(../image/double-quote-icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: clamp(5rem, 12.75vw, 12.75rem);
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: clamp(4em, 5.5vw, 5.5em);
}
.testimonial-block2 .swiper-testimonial-block2 .swiper-wrapper .swiper-slide .the-quote {
  position: relative;
  z-index: 1;
  margin-top: 2em;
}
@media (max-width: 600px) {
  .testimonial-block2 .swiper-testimonial-block2 .swiper-wrapper .swiper-slide .the-quote {
    margin-top: 0;
  }
}
.testimonial-block2 .swiper-testimonial-block2 .swiper-wrapper .swiper-slide .the-quote p {
  font-size: clamp(1rem, 2vw, 2rem);
  font-family: "Arial Narrow", "Helvetica Condensed", sans-serif;
  line-height: 1.325;
  color: #302256;
  text-wrap: pretty;
}
.testimonial-block2 .swiper-testimonial-block2 .swiper-wrapper .swiper-slide .the-quote .gradated-line {
  height: clamp(2px, 4vw, 4px) !important;
  margin-top: clamp(1em, 3vw, 3em);
  margin-bottom: clamp(2em, 4vw, 4em);
  margin-inline: auto;
  width: 60%;
}
.testimonial-block2 .swiper-testimonial-block2 .swiper-wrapper .swiper-slide .the-quote p.name-and-title,
.testimonial-block2 .swiper-testimonial-block2 .swiper-wrapper .swiper-slide .the-quote p.company {
  font-size: clamp(0.85rem, 1.5vw, 1.5rem);
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}
.testimonial-block2 .swiper-testimonial-block2 .swiper-wrapper .swiper-slide .the-quote p.name-and-title {
  margin-bottom: 0;
}
.testimonial-block2 .swiper-testimonial-block2 .swiper-wrapper .swiper-slide .the-quote p.company {
  margin-top: 1rem;
  color: #919396;
  margin-bottom: 0;
}
.testimonial-block2 .swiper-testimonial-block2 .swiper-wrapper .swiper-slide.has-headshot {
  flex-direction: row;
  display: flex;
  text-align: left;
  align-items: center;
  padding-top: clamp(2.5em, 6vw, 6em);
}
@media (max-width: 600px) {
  .testimonial-block2 .swiper-testimonial-block2 .swiper-wrapper .swiper-slide.has-headshot {
    align-items: flex-start;
  }
}
.testimonial-block2 .swiper-testimonial-block2 .swiper-wrapper .swiper-slide.has-headshot:after {
  display: none;
}
.testimonial-block2 .swiper-testimonial-block2 .swiper-wrapper .swiper-slide.has-headshot .headshot-col {
  width: 25%;
  aspect-ratio: 1/1;
}
.testimonial-block2 .swiper-testimonial-block2 .swiper-wrapper .swiper-slide.has-headshot .headshot-col img {
  border-radius: 50%;
  object-fit: cover;
}
.testimonial-block2 .swiper-testimonial-block2 .swiper-wrapper .swiper-slide.has-headshot .the-quote {
  width: 75%;
  padding-left: clamp(1.5em, 3vw, 3em);
  position: relative;
}
.testimonial-block2 .swiper-testimonial-block2 .swiper-wrapper .swiper-slide.has-headshot .the-quote:after {
  content: "";
  background-image: url(../image/double-quote-icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: clamp(4.5rem, 11vw, 11rem);
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: clamp(4em, 8vw, 8em);
  z-index: -1;
}
.testimonial-block2 .swiper-testimonial-block2 .swiper-wrapper .swiper-slide.has-headshot .gradated-line {
  width: 100%;
}
.testimonial-block2 .swiper-button-testimonials2-p,
.testimonial-block2 .swiper-button-testimonials2-n {
  position: absolute;
  width: clamp(3rem, 5vw, 5rem) !important;
  height: clamp(3rem, 5vw, 5rem) !important;
  z-index: 2;
  cursor: pointer;
  border-radius: 50%;
}
.testimonial-block2 .swiper-button-testimonials2-p {
  background: url(../image/white-circle-arrow.svg) 0 0 no-repeat;
  left: clamp(-0.675em, 2vw, -2em) !important;
}
.testimonial-block2 .swiper-button-testimonials2-n {
  background: url(../image/white-circle-arrow.svg) 0 0 no-repeat;
  right: clamp(-0.675em, 2vw, -2em) !important;
  rotate: 180deg;
}
.testimonial-block2 .blob-1 {
  width: clamp(200px, 20vw, 500px);
  left: -10%;
  top: -10%;
  position: absolute;
  z-index: -1;
}
.testimonial-block2 .blob-2 {
  width: clamp(200px, 20vw, 500px);
  right: -10%;
  bottom: -10%;
  position: absolute;
  z-index: -1;
}

.editor-styles-wrapper .swiper-button-testimonials2-p, .editor-styles-wrapper .swiper-button-testimonials2-n {
  display: none;
}
.editor-styles-wrapper .testimonial-block2 .swiper-slide {
  margin-bottom: 1em;
}
