.visitors-reviews{
  background: #fff;
}

.visitors-reviews .main-content{
  padding: 2.8125rem 0 4.375rem;
}

.visitors-reviews .reviews-wrapper{
  display: flex;
  justify-content: space-between;
}

.visitors-reviews .reviews-wrapper .single-review{
  max-width: 470px;
  width: 100%;
  position: relative;
}

.visitors-reviews .reviews-wrapper .single-review:before{
  content: "";
  position: absolute;
  background-image: url("/wp-content/themes/ush_theme/assets/images/quotation.svg");
  background-repeat: no-repeat;
  background-size: contain;
  top: -1.75rem;
  left: 1.25rem;
  width: 100px;
  height: 70px;
}

.visitors-reviews .reviews-title{
  text-align: center;
  margin-bottom: 60px;
}

.visitors-reviews .review-copy{
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.25px;
  margin-bottom: 1.25rem;
  font-weight: 400;
  color: #333333;
}

.visitors-reviews .review-author{
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25;
  color: #333333;
  margin: 0 0 2px;
}

.visitors-reviews .review-author:before{
  content: "– ";
}

.visitors-reviews .review-cta{
  color: #036ce2;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: underline;
  padding-left: 0.875rem;
}


@media only screen and (max-width: 1270px) {
  .visitors-reviews .main-content{
    margin: 0 3.125rem;
    width: auto;
  }
}
