.reviews-section {
    padding-top: 30rem;
    margin-bottom: 14rem;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 1024px){
  .reviews-section {
    padding-top: 7rem;
  }
}