.rhs-cont {
    min-height: 1654px;
}
@media screen and (max-width: 760px) {
    .rhs-cont {
        min-height: auto !important;
    }
}