/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
@media (min-width: 991px) {
    .d-md-block {
        display: block !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-none{
        display: none !important;
    }
}
.infonews .news .country_li_x span:nth-child(2){
    display:inline;
}