#top-news-boxes-container img {
    /*height: 170px;
    border-radius: 4px;*/
}

#top-news-boxes-container h2 {
    font-size: 18px;
    margin-bottom: 16px;
}

#top-news-boxes-container p {
    font-size: 14px;
    display: none;
}

#top-news-boxes-container .col {
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
}

#top-news-boxes-container .container .col, #top-news-boxes-container .entry-content .col {
    padding-left: 0;
    padding-right: 0!important;
    padding-bottom: 0!important;
}

@media screen and (max-width: 960px) {
    #top-news-boxes-container .pad-24 {
        padding-left: 24px!important;
    }
}

@media screen and (max-width: 576px) {
    #top-news-boxes-container p {
        display: none;
    }

}

@media screen and (max-width: 446px) {
    #top-news-boxes-container .pad-24 {
        padding-left: 0!important;
    }
}