.testimonials-content {
  padding-top: 80px;
}

.style-1 .swiper-slide {
  display: flex;
  justify-content: center;
  gap: 48px;
  width: 100%;
}
.style-1 .image-container img{
  border-radius: 50%;
  width 208px;
  height: 208px;
}
.style-1 .testimonial-content {
  padding-top: 27px;
}
.style-1 .testimonial-content > h4{
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 16px;
}
.style-1 .full-name{
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}
.style-1 .job-title{
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
}
.style-1 .testimonial-testimony{
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.swiper-style-1 .swiper-pagination{
  position: unset;
  margin-top: 40px;
}
.swiper-style-1 .swiper-pagination-bullet {
  width: 24px;
  height: 24px;
  text-align: center;
  opacity: 1;
  background: #525C65;
}
.swiper-style-1 .swiper-pagination-bullet-active {
  background: #D9D9D9;
}

.style-2 .swiper-slide {
  display: flex;
  justify-content: center;
  gap: 48px;
}

.style-2 .testimonial-content {
  padding-top: 1px;
}
.style-2 .testimonial-testimony{
  font-weight: 500;
  font-size: 25px;
  line-height: 29px;
}



.swiper-style-2 .swiper-pagination{
  position: unset;
  margin-top: 40px;
}
.swiper-style-2 .swiper-pagination-bullet {
  width: 24px;
  height: 24px;
  text-align: center;
  opacity: 1;
  background: #525C65;
}
.swiper-style-2 .swiper-pagination-bullet-active {
  background: #D9D9D9;
}