.wcf__testimonial-2 .wcf__slider {
  text-align: left;
}
.wcf__testimonial-2 .slide {
  gap: 70px;
  display: grid;
}
@media only screen and (max-width: 1199px) {
  .wcf__testimonial-2 .slide {
    gap: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .wcf__testimonial-2 .slide {
    gap: 30px;
  }
}
.wcf__testimonial-2 .image {
  margin-bottom: 45px;
}
@media only screen and (max-width: 1199px) {
  .wcf__testimonial-2 .image {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .wcf__testimonial-2 .image {
    margin-bottom: 20px;
  }
}
.wcf__testimonial-2 .image img {
  max-width: 80px;
}
.wcf__testimonial-2 .picture img {
  -o-object-fit: cover;
     object-fit: cover;
}
.wcf__testimonial-2 .feedback {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  padding-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .wcf__testimonial-2 .feedback {
    font-size: 16px;
    padding-bottom: 20px;
  }
}
.wcf__testimonial-2 .name {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .wcf__testimonial-2 .name {
    font-size: 16px;
  }
}
.wcf__testimonial-2 .designation {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  color: #A4ABBB;
}
.wcf__testimonial-2 .swiper-pagination {
  bottom: -40px;
  text-align: start;
}
.wcf__testimonial-2 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #E8BF96;
}
.wcf__testimonial-2.style-1 .slide {
  grid-template-columns: 270px auto;
  align-items: center;
  border-radius: 30px;
  background-color: #FAE7F5;
}
@media only screen and (max-width: 767px) {
  .wcf__testimonial-2.style-1 .slide {
    grid-template-columns: 1fr;
  }
}
.wcf__testimonial-2.style-1 .picture {
  height: 100%;
}
.wcf__testimonial-2.style-1 .picture img {
  width: 100%;
  height: 100%;
  border-radius: 30px 0px 0px 30px;
}
@media only screen and (max-width: 767px) {
  .wcf__testimonial-2.style-1 .picture img {
    border-radius: 30px;
  }
}
.wcf__testimonial-2.style-1 .content {
  padding: 50px 50px 50px 0;
}
@media only screen and (max-width: 991px) {
  .wcf__testimonial-2.style-1 .content {
    padding: 30px 30px 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .wcf__testimonial-2.style-1 .content {
    padding: 0 20px 30px;
  }
}
.wcf__testimonial-2.style-1 .name,
.wcf__testimonial-2.style-1 .feedback,
.wcf__testimonial-2.style-1 .designation {
  color: #16254C;
}
.wcf__testimonial-2.style-1 .ts-navigation {
  gap: 50px;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.wcf__testimonial-2.style-1 .swiper-pagination {
  text-align: center;
}
.wcf__testimonial-2.style-2 .slide {
  gap: 110px;
  grid-template-columns: 410px auto;
  margin-inline-start: 220px;
}
@media only screen and (max-width: 1199px) {
  .wcf__testimonial-2.style-2 .slide {
    gap: 40px;
    grid-template-columns: 350px auto;
    margin-inline-start: 150px;
  }
}
@media only screen and (max-width: 991px) {
  .wcf__testimonial-2.style-2 .slide {
    gap: 30px;
    grid-template-columns: 280px auto;
    margin-inline-start: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .wcf__testimonial-2.style-2 .slide {
    grid-template-columns: 1fr;
    margin-inline-start: 0;
  }
}
.wcf__testimonial-2.style-2 .content {
  padding-top: 60px;
}
@media only screen and (max-width: 1199px) {
  .wcf__testimonial-2.style-2 .content {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .wcf__testimonial-2.style-2 .content {
    padding-top: 0;
  }
}
.wcf__testimonial-2.style-2 .picture {
  position: relative;
}
.wcf__testimonial-2.style-2 .picture img {
  width: 100%;
  height: 100%;
}
.wcf__testimonial-2.style-2 .picture::before {
  position: absolute;
  content: "";
  inset-inline-start: -70px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #ddd;
}
@media only screen and (max-width: 1199px) {
  .wcf__testimonial-2.style-2 .picture::before {
    inset-inline-start: -40px;
  }
}
@media only screen and (max-width: 991px) {
  .wcf__testimonial-2.style-2 .picture::before {
    inset-inline-start: -30px;
  }
}
@media only screen and (max-width: 767px) {
  .wcf__testimonial-2.style-2 .picture::before {
    display: none;
  }
}
.wcf__testimonial-2.style-2 .image {
  position: absolute;
  inset-inline-start: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .wcf__testimonial-2.style-2 .image {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .wcf__testimonial-2.style-2 .image img {
    max-width: 50px;
  }
}
.wcf__testimonial-2.style-2 .feedback {
  font-size: 36px;
  line-height: 1.2;
  padding-bottom: 40px;
}
@media only screen and (max-width: 1199px) {
  .wcf__testimonial-2.style-2 .feedback {
    font-size: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .wcf__testimonial-2.style-2 .feedback {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .wcf__testimonial-2.style-2 .feedback {
    font-size: 20px;
    padding-bottom: 20px;
  }
}
.wcf__testimonial-2.style-2 .name {
  font-size: 22px;
}
.wcf__testimonial-2.style-2 .designation {
  font-size: 18px;
  color: #666666;
}
.wcf__testimonial-2.style-2 .ts-navigation {
  gap: 60px;
  display: flex;
  position: relative;
  padding-inline-start: 740px;
  z-index: 3;
  margin-top: -70px;
}
@media only screen and (max-width: 1199px) {
  .wcf__testimonial-2.style-2 .ts-navigation {
    padding-inline-start: 540px;
  }
}
@media only screen and (max-width: 991px) {
  .wcf__testimonial-2.style-2 .ts-navigation {
    padding-inline-start: 410px;
  }
}
@media only screen and (max-width: 767px) {
  .wcf__testimonial-2.style-2 .ts-navigation {
    position: unset;
    padding-inline-start: 0;
    margin-top: 20px;
    justify-content: flex-end;
  }
}
.wcf__testimonial-2.style-2 .ts-navigation img {
  max-width: 60px;
}
@media only screen and (max-width: 991px) {
  .wcf__testimonial-2.style-2 .ts-navigation img {
    max-width: 40px;
  }
}
.wcf__testimonial-2.style-2 .swiper-pagination {
  inset-inline-start: 740px;
  width: auto;
}
@media only screen and (max-width: 1199px) {
  .wcf__testimonial-2.style-2 .swiper-pagination {
    inset-inline-start: 540px;
  }
}
@media only screen and (max-width: 991px) {
  .wcf__testimonial-2.style-2 .swiper-pagination {
    inset-inline-start: 410px;
  }
}
@media only screen and (max-width: 767px) {
  .wcf__testimonial-2.style-2 .swiper-pagination {
    bottom: -40px;
    inset-inline-start: auto;
    inset-inline-end: 0;
  }
}
.wcf__testimonial-2.style-3 .slide {
  align-items: center;
  grid-template-columns: 260px auto;
}
@media only screen and (max-width: 1199px) {
  .wcf__testimonial-2.style-3 .slide {
    grid-template-columns: 200px auto;
  }
}
@media only screen and (max-width: 767px) {
  .wcf__testimonial-2.style-3 .slide {
    grid-template-columns: 1fr;
  }
}
.wcf__testimonial-2.style-3 .picture img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wcf__testimonial-2.style-3 .content {
  display: grid;
}
.wcf__testimonial-2.style-3 .image {
  margin-bottom: 0;
  width: 100px;
  height: 100px;
  background-color: #E8BF96;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset-inline-start: 75px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .wcf__testimonial-2.style-3 .image {
    top: 0;
    transform: translateY(0);
  }
}
.wcf__testimonial-2.style-3 .image img {
  max-width: 36px;
}
.wcf__testimonial-2.style-3 .feedback {
  padding-bottom: 0;
  font-size: 20px;
  color: #1C1D20;
  order: 4;
}
@media only screen and (max-width: 767px) {
  .wcf__testimonial-2.style-3 .feedback {
    font-size: 18px;
  }
}
.wcf__testimonial-2.style-3 .name {
  font-size: 50px;
  color: #1C1D20;
}
@media only screen and (max-width: 1199px) {
  .wcf__testimonial-2.style-3 .name {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .wcf__testimonial-2.style-3 .name {
    font-size: 30px;
  }
}
.wcf__testimonial-2.style-3 .designation {
  font-size: 16px;
  color: #1C1D20;
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .wcf__testimonial-2.style-3 .designation {
    padding-bottom: 20px;
  }
}
.wcf__testimonial-2.style-3 .ts-navigation {
  display: flex;
  gap: 40px;
  position: absolute;
  inset-inline-start: 330px;
  bottom: -70px;
  line-height: 1.3;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .wcf__testimonial-2.style-3 .ts-navigation {
    inset-inline-start: 250px;
  }
}
@media only screen and (max-width: 991px) {
  .wcf__testimonial-2.style-3 .ts-navigation {
    inset-inline-start: 230px;
  }
}
@media only screen and (max-width: 767px) {
  .wcf__testimonial-2.style-3 .ts-navigation {
    inset-inline-start: 0;
  }
}
.wcf__testimonial-2.style-3 .ts-navigation::after {
  position: absolute;
  content: "";
  inset-inline-start: 50%;
  top: 1px;
  width: 1px;
  height: 20px;
  background-color: #3F3A36;
}
.wcf__testimonial-2.style-3 .swiper-pagination {
  width: auto;
  inset-inline-start: 330px;
}
@media only screen and (max-width: 1199px) {
  .wcf__testimonial-2.style-3 .swiper-pagination {
    inset-inline-start: 250px;
  }
}
@media only screen and (max-width: 991px) {
  .wcf__testimonial-2.style-3 .swiper-pagination {
    inset-inline-start: 230px;
  }
}
@media only screen and (max-width: 767px) {
  .wcf__testimonial-2.style-3 .swiper-pagination {
    inset-inline-start: 0;
  }
}