@charset "UTF-8";

@media screen and (max-width: 1000px){
    .block_header_4 .h{
        font-size: 1.75rem !important;
    }
}

@media screen and (max-width: 900px){
     .block_header_4 .h{
        font-size: 1.8vw !important;
    }
}

@media screen and (max-width: 700px){
     .block_header_4 .h{
        font-size: 2.5vw !important;
    }
}

@media screen and (max-width: 480px){
     .block_header_4 .h{
        font-size: 1.8rem !important;
    }
}