.reviews {
  min-height: 1389px;
  padding: 59px 0 60px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)),
    var(--reviews-image) center / cover no-repeat,
    #fff;
}

.reviews__title {
  color: #000;
  font: 400 33px/41px var(--font-head);
  text-align: center;
}

.reviews__lead {
  margin-top: 24px;
  color: #000;
  font: 17px/20px var(--font-plain);
  letter-spacing: 0;
  text-align: center;
}

.reviews__list {
  width: 884px;
  margin: 47px auto 0;
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0;
}

.reviews__item {
  display: flex;
  gap: 14px;
  margin-bottom: 26px;
}

.reviews__avatar {
  flex: none;
  width: 42px;
  height: 42px;
  border-radius: 2px;
  background: #cfcfcf;
}

.reviews__text {
  color: #222;
  font-size: 13px;
  line-height: 18px;
}

.reviews__meta {
  margin-top: 6px;
  color: #777;
  font-size: 12px;
  line-height: 16px;
}

.reviews__author {
  color: #3a6fb0;
}

@media (max-width: 979px) {
  .reviews {
    min-height: 0;
    padding: 24px 0 30px;
  }

  .reviews__title {
    font-size: 26px;
    line-height: 32px;
  }

  .reviews__lead {
    margin-top: 12px;
    padding: 0 15px;
    font-size: 15px;
    line-height: 19px;
  }

  .reviews__list {
    width: auto;
    margin-top: 24px;
    padding: 0 15px;
  }
}
