.rs_banner .parallax{
    min-height: 640px;
    padding-top: 150px;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    margin-top: -190px;
}
.rs_banner .parallax .container{
    height: 100%;
    position: relative;
}
.rs_banner .parallax-content{
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.rs_banner .parallax-content h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 62px;
    line-height: 120%;
    color: #FFFFFF;
    margin-top: 72px;
}
.rs_banner .parallax-content p{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    color: #FFFFFF;
    margin: 15px 0 0;
}
.rs_banner .parallax-content .btn-color{
    margin: 50px 0 0;
}
@media (max-width: 767px){
.rs_banner .parallax-content h2 {
    font-size: 45px;
}
    .rs_banner .parallax {
        min-height: 560px;
    }
}
@media (max-width: 480px){
    .rs_banner .parallax-content h2 {
        font-size: 28px;
    }
    .rs_banner .parallax-content p {
        font-size: 16px;
    }
}