.review {
  background: url("../img/module-review/bg.jpg") top center;
  height: 872px;
}

.review-header {
  font-family: pf_agora_slab_proregular;
  color: #ffffff;
  font-size: 42px;
  text-transform: uppercase;
  text-align: center;
  margin: 30px 0;
}

.review-item {
  position: relative;
  margin-bottom: 40px;
}

.review-item:after {
  background: url("../img/module-review/quote.jpg");
  width: 36px;
  height: 27px;
  position: absolute;
  content: "";
  left: 72px;
  top: 48px;
}

.review-item.second:after {
  background: url("../img/module-review/quote-back.jpg");
  width: 36px;
  height: 27px;
  position: absolute;
  content: "";
  right: 72px;
  left: inherit;
  top: 48px;
}

.review-head {
  font-family: H_Roman;
  font-size: 24px;
  box-sizing: border-box;
  padding-left: 50px;
  color: #ff69b3;
  padding-top: 12px;
}

.review-item.second .review-head {
  text-align: right;
  padding-right: 50px;
  padding-left: 0;
}

.review-text {
  font-size: 18px;
  font-family: H_Light;
  margin-top: 12px;
  box-sizing: border-box;
  padding-left: 120px;
}

.review-item.second .review-text {
  padding-right: 120px;
  padding-left: 0;
  text-align: right;
}

@media (max-width: 960px) {
  .review {
    height: auto;
    padding-bottom: 30px;
  }

  .review .container-12 {
    padding: 0 20px;
  }
}

@media (max-width: 850px) {
  .review {
    background: #6d5a54;
  }
  .review-item {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 5px;
  }

  .review-item:not(:last-child) {
    margin-bottom: -50px;
  }

  .review-item:after {
    left: 22px;
    top: 55px;
  }

  .review-item.second:after {
    top: 55px;
    right: 22px;
  }
  .review-item .review-text {
    padding-left: 50px;
  }
  .review-item.second .review-text {
    padding-right: 50px;
  }
}
