.page .testimonials-block__container {
  margin: 0 -.75rem; 
}
.page .testimonials-block .swiper {
  padding: 1.25rem .75rem; 
}
.page .testimonial-big-card {
  width: 300px;
  border-radius:5px;
  background-color: var(--color-white);
  height: 380px;
  box-shadow: 0px 3px 8px 0px var(--shadow-color);
}
.page .testimonial-big-card__client {
  background-color: var(--color-white);
  height:63px;
  border-radius:5px;
}
.page .testimonial-big-card__info {
	height:260px;
}
.page .testimonial-big-card__description {
  height:1.6em;
  overflow:hidden;
  margin-left:1em;
  margin-top:1em;
  color:#80838E;
  font-weight:400;
}
.page .testimonial-big-card__img {
  margin-left:20px;
  margin-top:10px;
}
.page .testimonial-big-card__title {
  font-size:1.5em;
  font-weight:600;
  margin:.5em;
}
.page .testimonial-big-card__text {
  padding:.5em;
  height: 220px;
  /*text-align:justify;*/
  margin: 0 .5em;
  overflow:hidden;
}
.testimonials-block__arrow {
  border:1px solid #ccc;
  border-radius:5px;
}