@charset "UTF-8";

@media screen and (max-width: 1800px){

    html{
        zoom: .9;
    }

}

@media screen and (max-width: 1600px){

    html{
        zoom: .8;
    }

}
@media screen and (max-width: 1440px){

    html{
        zoom: .7;
    }

}

@media screen and (max-width: 1200px){

    html{
        zoom: .6;
    }
}

@media screen and (max-width: 1024px){

    html{
        zoom: .55;
    }
    .case-details > div{
        width: 95%;
    }
}

@media screen and (max-width: 768px){
    .case-details .content{
        margin: 0 20px;
    }
}

@media screen  and (max-width: 414px){
    .case-details .content p{
        font-size:18px ;
        line-height: 35px;
    }
}