section#reviews{
    padding: 80px 0;
    position: relative;
    background: #fef6f4;
} 

@media only screen and (max-width: 1200px) {
    section#reviews{
        padding: 60px 0;
    }
}