body, html{
    overflow-x: hidden;
}

@media screen and (min-width:1400px) {
    html{
        font-size: 16px!important;
    }
}
@media screen and (max-width:1400px) and (min-width:1300px) {
    html{
        font-size: 15px!important;
    }
}
@media screen and (max-width:1300px) and (min-width:1200px) {
    html{
        font-size: 14px!important;
    }
}
@media screen and (max-width:1200px) and (min-width:1100px) {
    html{
        font-size: 13px!important;
    }
}
@media screen and (max-width:1100px) and (min-width:1050px) {
    html{
        font-size: 12px!important;
    }
}
@media screen and (max-width:1050px) and (min-width:992px) {
    html{
        font-size: 11px!important;
    }
}

@media screen and (min-width:992px) {
    .content, .header-container{
        width: 80rem;
    }
}
@media screen and (max-width:992px) {
    .content, .header-container {
        width: 90%;
    }
    .mob_full {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .new_circle:nth-child(2){
        display: none;
    }
    .new_circle {
        width: 100%;
        height: 23.066rem;
    }
    section.services{
        margin-bottom: 0;
    }
    .new_circle:nth-child(5) {
        z-index: 4;
    }
    .studio-wrapper {
        height: auto;
        min-height: unset;
    }
    .news-card {
        min-height: unset;
        margin-bottom: 0.7rem;
    }
    .testimonial-content{
        width: 80%;
        max-width: unset;
        margin: 0 auto;
        overflow: hidden;
        flex: unset;
    }
    #prevBtn{
        position: absolute;
        left: 0;
        top: 0;
    }
    #nextBtn{
        position: absolute;
        right: 0;
        top: 0;
    }
    .studio{
        background-image: none!important;
    }

}

@media screen and (min-width:550px) {
    body{
        font-size: 1.1rem;
    }
}