.reviews {
  padding-bottom: 120px;
}
.reviews .container {
  text-align: center;
}
.reviews h2 {
  font-size: 36px;
  line-height: 54px;
  font-weight: 600;
  margin-bottom: 48px;
}
.reviews img {
  border-radius: 6px;
}

@media screen and (max-width: 768px) {
  .reviews {
    padding-bottom: 60px;
  }
  .reviews h2 {
    font-size: 26px;
    line-height: 42px;
    margin-bottom: 32px;
  }
}