@media(max-width:767px) {

    .header-title{
        font-size: 25pt !important;
    }
    .header-title-sm{
        font-size: 22pt !important;
    }
}

@media(max-width:576px) {

.img-line{
    height: 60px !important;
    width:70px !important; ;
}
    .title-img-line{
        font-size: 0.7em !important;
    }
}