.testimonialBlock {
  border-bottom: 1px solid #00a03a;
}
.testimonialBlock h3 {
  font-size: 2.2rem;
  font-family: 'Ubuntu Bold', sans-serif;
  text-transform: none;
  border-bottom: 1px solid #00a03a;
}
.testimonial {
  position: relative;
  max-width: 900px;
  width: 100%;
  padding-bottom: 50px;
  overflow: hidden;
}
.testimonial .image {
  height: 170px;
  width: 170px;
  object-fit: cover;
  border-radius: 50%;
}
.testimonial .slide {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 30px;
  height: 100%;
  width: 100%;
}
.slide p {
  text-align: center;
  /* padding: 0 160px; */
  padding: 0 40px;
  font-size: 20px;
  /* font-weight: 400; */
  font-family: 'Ubuntu Italic', sans-serif;
  color: #333;
}
.slide .quote-icon {
  /* font-family: 'Ubuntu Bold', sans-serif !important; */
  font-size: 30px;
  color: #00a03a;
}
.bxs-quote-alt-left:before {
  /* content: "”" !important; */
}
.slide .details {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.details .name {
  font-size: 14px;
  font-weight: 600;
  /* color: #999; */
}
.details .job {
  font-size: 12px;
  font-weight: 400;
  color: #999;
}
/* swiper button css */
/* .nav-btn {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  transform: translateY(30px);
  background-color: rgba(0, 0, 0, 0.1);
  transition: 0.2s;
}
.nav-btn:hover {
  background-color: rgba(0, 0, 0, 0.2);
}*/
.nav-btn::after,
.nav-btn::before {
  font-size: 20px;
  color: #00a03a;
} 
.swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, 0.8);
}
.swiper-pagination-bullet-active {
  background-color: #00a03a !important;
}
@media screen and (max-width: 768px) {
  .slide p {
    padding: 0 20px;
  }
  .nav-btn {
    display: none;
  }
}
