#clients-reviews {
  display: none;
  padding: 5vh 30px;
}

#clients-reviews .client-carousel {
  max-width: 930px;
  margin: 0 auto;
}

.carousel-landing .flickity-button {
  display: none;
}

#clients-reviews .flickity-prev-next-button.previous {
  left: calc(50% - 180px) !important;
}

#clients-reviews .flickity-prev-next-button.next {
  right: calc(50% - 180px) !important;
}

#clients-reviews .flickity-prev-next-button {
  top: 80px !important;
}

#clients-reviews .flickity-button {
  background: #747E80 !important;
  background: none !important;
  height: 30px !important;
  width: 30px !important;
}

#clients-reviews .carousel-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin-right: 10px;
  border-radius: 5px;
  counter-increment: carousel-cell;
}

#clients-reviews img {
  width: 160px;
  border-radius: 50%;
  margin-bottom: 30px;
}

#clients-reviews .nombre {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #333333;
}

#clients-reviews .empresa {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #333333;
  mix-blend-mode: normal;
  opacity: 0.5;
}

#clients-reviews .title {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 57px;
  text-align: center;
  color: #70B1FF;
  padding: 40px;
}

#clients-reviews .comentario {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 53px;
  line-height: 62px;
  text-align: center;
  color: #333333;
}