.wws-swiper {
  padding:0 25px;
  
  --image-height: 350px
}
.wws-swiper__image {
  width:100%;
  height:var(--image-height);
  object-fit:cover;
  object-position:center;
  margin-bottom:30px;
  border-radius:10px;
}
.wws-swiper__title {
  font-size:32px;
  line-height:1.4;
  margin:0 0 10px;
}
.wws-swiper__text {
  font-size:14px;
  line-height:2;
  margin-bottom:20px;
}
.wws-swiper__text a {
  color:#73A7DB;
  text-decoration:underline;
}
.wws-swiper__button {
  display:inline-flex;
  align-items:center;
  text-decoration:none;
  color:#000;
  padding:10px 20px;
  border-radius: 40px;
  border:1px solid #000;
  gap:10px;
  transition:0.3s ease-out gap, 0.3s ease-out background;
}
.wws-swiper__button:hover {
  gap:15px;
  background: #E9B4B7;
  color:#000;
}
.wws-swiper__button-text {
  text-transform:capitalize;
  font-size:14px;
  font-weight:500;
  font-family:'Inter', sans-serif;
  color:#000;
  transition: inherit;
}
.wws-swiper__button-icon svg {
  height:9px;
  width:auto;
}
.wws-swiper__navigation {
  background: rgba(252, 171, 176, 0.8);
  border-radius:50%;
  height:auto;
  display:flex;
  justify-content:center;
  align-items:center;
  width:50px;
  height:50px;
  top:calc(var(--image-height)/2);
}
.wws-swiper__navigation:after {
  display:none;
}
.wws-swiper__navigation svg {
  width:24px;
  height:auto;
}
.wws-swiper__navigation.swiper-button-prev {
  left:0;
}
.wws-swiper__navigation.swiper-button-next {
  right:0;
}



.wws-testimonials__wrapper > .fusion-builder-row {margin-left:0 !important;margin-right:0 !important;}
.wws-testimonials__slide-inner {
  max-width:1080px;
  margin:0 auto;
  text-align:center;
  padding:0 60px;
}
.wws-testimonials .wws-testimonials__testimonial {
  color:#000;
  margin:0 0 30px;
}
.wws-testimonials .wws-testimonials__author {
  font-size:16px;
  letter-spacing:0;
  margin:0;
}
.wws-testimonials__navigation:after {
  display:none;
}
.wws-testimonials__navigation svg {
  width:25px;
  height:auto;
}
.wws-testimonials__navigation.swiper-button-prev {left:0;}
.wws-testimonials__navigation.swiper-button-next {right:0;}
@media (max-width:1177px) {
  
}
@media (max-width:700px) {
  .wws-testimonials__slide-inner {padding:0 30px;}
  .wws-testimonials__navigation svg {width:20px;}
}


.tswiper {padding:0 30px;}
.tswiper .swiper-wrapper {align-items:stretch;}
.tswiper .swiper-slide {
  background:#F3EEDE;
  padding:40px 50px;
  border-radius:10px;
  height:auto;
}
.tswiper .tswiper__title {
  font-size:32px;
  line-height:1.2;
  margin:0 0 20px;
}
.tswiper .tswiper__text {
  font-size:14px;
  line-height:2;
}
/* .tswiper .tswiper__text.tswiper__text--shorten {line-height:1.3;} */
.tswiper__navigation {
  background: rgba(252, 171, 176, 0.8);
  border-radius:50%;
  height:auto;
  display:flex;
  justify-content:center;
  align-items:center;
  width:50px;
  height:50px;
  top:50%;
}
.tswiper__navigation:after {
  display:none;
}
.tswiper__navigation svg {
  width:24px;
  height:auto;
}
.tswiper__navigation.swiper-button-prev {
  left:0;
}
.tswiper__navigation.swiper-button-next {
  right:0;
}