.testimonial-block {
  position: relative;
  padding-bottom: 4rem;
}
.testimonial-block .swiper-pagination-bullet-active {
  background-color: #162C78;
}
.testimonial-block .swiper-pagination-bullet {
  background-color: #162C78;
}
.testimonial-block .swiper-button-next,
.testimonial-block .swiper-button-prev {
  color: black;
  opacity: 0.4;
  transition: opacity 0.3s;
}
.testimonial-block .swiper-button-next:hover,
.testimonial-block .swiper-button-prev:hover {
  opacity: 1;
}
.testimonial-block .testimonial {
  border: 2px solid #D5CFCF;
  padding: 4rem;
}
@media only screen and (max-width: 430px) {
  .testimonial-block .testimonial {
    padding: 2rem;
  }
}
.testimonial-block .testimonial .logo {
  height: 30px;
  width: auto;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 430px) {
  .testimonial-block .testimonial .logo {
    width: 100%;
    height: auto;
  }
}
.testimonial-block .testimonial p {
  font-weight: 500;
}
.testimonial-block .testimonial .name {
  font-size: 1rem;
  margin-bottom: 0;
}
.testimonial-block .testimonial .position {
  font-weight: 400;
}

.coaching-block .swiper-pagination-bullet-active {
  background-color: #F39527;
}
.coaching-block .swiper-pagination-bullet {
  background-color: #F39527;
}

/*# sourceMappingURL=testimonial.css.map */
