@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bnrTxt{
        font-size: 26px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bnrTxt{
        font-size: 26px !important;
    }
}

@media only screen and (max-width: 767px) {
    .bnrTxt{
        font-size: 26px !important;
    }
}

@media only screen and (max-width: 767px) {
    .bnrTxt{
        font-size: 26px !important;
    }
    
}


@media only screen and (min-width: 576px) and (max-width: 767px) {
    
    .bnrTxt{
        font-size: 26px !important;
    }
}