.the-team-2-grid {
  justify-items: center;
}

.tab-inner{
  display: flex;
  justify-content: center;
}

.testimonial-container {
  width: 160vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e3f2fd;
}

.testimonial {
  position: relative;
  max-width: 900px;
  width: 100%;
  padding: 0 0 50px;
  overflow: hidden;
}

.testimonial .testimonial-image {
  height: 170px;
  width: 170px;
  object-fit: cover;
  border-radius: 50%;
}

.testimonial .testimonial-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 30px;
  height: 100%;
  width: 100%;
}

.testimonial-slide p {
  text-align: center;
  padding: 0 160px;
  font-size: 18px;
  font-weight: 400;
  color: #333;
}

.testimonial-slide .testimonial-quote-icon {
  font-size: 30px;
  color: #4070f4;
}

.testimonial-slide .testimonial-details {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.testimonial-details .testimonial-name {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

.testimonial-details .testimonial-job {
  font-size: 12px;
  font-weight: 400;
  color: #333;
}

/* swiper button css */

.testimonial-nav-btn {
  height: 40px;
  width: 40px;
  border-radius: 50px;
  transform: translateY(30px);
  transition: 0.2s;
}

.testimonial-nav-btn:hover {
  color: black;
}

/* .testimonial-nav-btn::after, */
.testimonial-nav-btn::before {
  font-size: 20px;
  color: #4070f4;
}

.testimonial-swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, 0.8);
}

.testimonial-swiper-pagination-bullet-active {
  background-color: #4070f4;
}

@media screen and (max-width: 768px) {
  .testimonial {
    padding: 50px 0;
  }

  .testimonial-slide p {
    padding: 0 20px;
  }

  .testimonial-nav-btn {
    display: none !important;
  }

  .the-team-2-grid {
    justify-items: normal;
  }
}
 