.testimonial-section {
  padding: 40px 0;
}

.testimonial-section__mark {
  padding: 5px 0;
}

.testimonial-section__control {
  top: auto;
  bottom: -50px;
  opacity: 1;
}

.testimonial-section__control.left {
  width: auto;
  left: calc(50% - 30px);
}

.testimonial-section__control.right {
  width: auto;
  right: calc(50% - 30px);
}

.testimonial-section__glyphicon {
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 20px !important;
  background-color: #3854b1;
  border-radius: 50%;
  width: 30px !important;
  height: 30px !important;
}

.testimonial-section__carousel-block {
  display: flex;
  justify-content: center;
}

.testimonial-section__carousel-item {
  width: 500px;
  padding: 15px 40px;
  margin: 20px;
  box-shadow: 0px 0px 10px 6px rgba(24,30,110,0.08);
  border-radius: 10px;
  text-align: left;
}

.testimonial-section__glyphicon-star {
  font-family: 'Glyphicons Halflings';
  color: #e88711cf;
  font-size: 28px;
  padding-right: 5px;
}

.testimonial-section_button {
  display: block;
  text-align: center;
  margin-top: 60px;
  margin: 70px auto 0 auto;
  padding: 10px 0;
  background-color: #5472d3;
  cursor: pointer;
  border-radius: 20px;
  color: #fff;
  width: 200px;
}