@media screen and (max-width: 900px) {
.rs-layer p {
    line-height: 1.5em !important;
}
.rs-layer h2 {
    line-height: 1.1em !important;
} 
.rs-layer div {
    line-height: 1.1em !important;
} 
.rs-layer > div {
    padding: 25px 30px !important;
} 
}
