.swiper-slide {
  background: white;
  height: 270px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px 20px;
}
.smt-swiper {
  background: #f2f2f2;
  width: 100%;
  height: 270px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;

  border-radius: 10px;

  padding-top: 40px;
  padding-bottom: 40px;
}
.smt-reviews {
  background: white;
  padding: 20px;
}
@media (min-width: 576px) {
  .smt-reviews {
    display: none !important;
  }
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 22px;
  background: #fff;
  color: #06a855;
  padding: 10px;
}
.smt-swiper img {
  width: 110px;
  max-width: 100%;
  margin: 0px auto;
  padding-top: 4px;
}
.smt-swiper .smt-swiper-comentario {
  font-size: 17px;
  line-height: 21px;
  max-width: 90%;
  margin: 0 auto;
}
.smt-swiper .smt-swiper-author {
  margin-top: 5px;
}
.smt-swiper .smt-swiper-data {
  margin-top: 6px;
  font-size: 14px;
}
.smt-swiper .smt-swiper-author-photo img {
  width: 30px;
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translate(-50%);
  border-radius: 20px;
}
