@media screen and (max-width: 1600px){

.page_banner .title h4,.soluli_title h3,.solu_list .title h3{
    font-size: 40px;
}


}

@media screen and (max-width: 1500px){

.page_banner .title p,.soluli_title p{
    font-size: 15px;
}

}

@media screen and (max-width: 1400px){

.page_banner .title h4,.soluli_title h3,.solu_list .title h3{
    font-size: 36px;
}

}

@media screen and (max-width: 1200px){

.page_banner .title h4,.soluli_title h3,.solu_list .title h3{
    font-size: 30px;
}
.soluli_title p{
    font-size: 12px;
}

}

@media screen and (max-width: 767px){

.page_banner .title h4,.soluli_title h3,.solu_list .title h3{
    font-size: 22px;
}

}
