.quotes {
  background: #e6edf2;
  padding-top: 60px;
  padding-bottom: 40px;
  border-radius: 10px;
}
.quotes .quote-sign {
  margin-bottom: 30px;
  text-align: center;
}
.quotes .quote-sign svg {
  width: 100px;
}
@media only screen and (max-width: 575px) {
  .quotes .quote-sign svg {
    width: 60px;
  }
}
.quotes .title-wrapper {
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 575px) {
  .quotes .title-wrapper {
    margin-bottom: 30px;
  }
}

.quotes .feedbacks button {
  background-position: center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  color: transparent;
  position: absolute;
  top: calc(50% - 21.5px);
  z-index: 1;
}
@media only screen and (max-width: 575px) {
  .quotes .feedbacks button {
    transform: scale(0.75);
  }
}
.quotes .feedbacks button.slick-prev {
  background: url("/wp-content/uploads/chevron-right-circle-svgrepo-com.svg");
  left: 0;
  transform: rotate(180deg);
}
@media only screen and (max-width: 575px) {
  .quotes .feedbacks button.slick-prev {
    left: -50px;
  }
}
.quotes .feedbacks button.slick-next {
  background: url("/wp-content/uploads/chevron-right-circle-svgrepo-com.svg");
  right: 0;
}
@media only screen and (max-width: 575px) {
  .quotes .feedbacks button.slick-next {
    right: -40px;
  }
}
.quotes .feedbacks button:focus {
  outline: none;
}
.quotes .feedbacks .feedback {
  padding: 0 135px;
}
@media only screen and (max-width: 575px) {
  .quotes .feedbacks .feedback {
    padding: 0 35px;
  }
}
.quotes .feedbacks .feedback p {
  font-weight: 500 !important;
}
.quotes .feedbacks .feedback > div {
  text-align: center;
}
.quotes .feedbacks .feedback .quote {
  margin-bottom: 30px;
}