.sofax-section-title.center {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
}

.sofax-testimonial-slider-2 {
  margin-top: 20px;
  overflow: hidden;
  height: 280px;
}

.sofax-testimonial-slider-2 .slick-slide {
  margin: 0 12px;
  transition: all 0.3s ease;
  width: 400px !important;
}

.sofax-testimonial-slider-2 .gallery-item {
  padding: 5px;
  width: 400px;
}

.sofax-testimonial-slider-2 .gallery-item:hover {
  transform: translateY(-5px);
}

.sofax-testimonial-data {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.sofax-testimonial-data:hover {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
  transform: scale(1.02);
}

.sofax-testimonial-data img {
  width: 100%;
  height: 240px;
  border-radius: 34px;
  transition: all 0.3s ease;
  object-fit: cover;
}

.sofax-testimonial-data:hover img {
  transform: scale(1.05);
}

.sofax-testimonial-data p {
  margin-bottom: 20px;
  font-size: 20px;
}
