
@media screen and (max-width: 1700px) {
.js-right-box{
    left: 7rem;
        top: 3rem;
    }
    .gs-right-box {
       right: 20rem;
    }
}

@media screen and (max-width: 1440px) {
.gs-right-box{
    padding: 30px 30px 50%;
    max-width: 440px;
}
}

@media screen and (max-width: 1199px) {
    .gs-area02{
        height: auto;
    }
    .gs-content-height{
        position: relative;
        bottom: auto;
        left: auto;
        transform: translate(0,0);
    }
    .gs-col-3{
        position: relative;
        top: auto;
        left: auto;
        opacity: 1;
    }
    .gs-right-box{
        padding: 30px 0 0;
        max-width: 100%;
        position: relative;
        right: auto;
    }
    .main{
        margin-left: 0px;
    }
        .js-right-box{
        position: relative;
        left: 0rem;
        top: 0;
    }
    .gs-col-1,
    .gs-col-2{
        padding-top: 10%;
    }

}

@media screen and (max-width: 991px) {

    .gs-col-3 .gs-right-box{
        padding: 50px 0 0;
    }

    .gs-img-title{
        font-size: 20px;
    }
}

@media screen and (max-width: 767px) {
    .gs-area02 .gs-title{
        font-size: 30px;
    }

    .gs-img-title{
        font-size: 26px;
    }
}

@media screen and (max-width: 551px) {
    .gs-col-3 .gs-right-box{
        padding-top: 50px;
    }

    .gs-area02 .gs-title{
        line-height: 46px;
    }

    .gs-img-title{
        font-size: 18px;
    }
}

@media screen and (max-width: 414px) {
    .gs-area02 .gs-title{
       line-height: 40px;
       font-size: 24px;
    }
    
    .gs-img-title{
        font-size: 16px;
    }

}

@media screen and (max-width: 375px) {
    .gs-title{
        font-size: 24px;
        line-height: 38px;
    }
}

@media screen and (max-width: 320px) {
    .gs-title{
        font-size: 24px;
        line-height: 38px;
    }
}
