@media (min-width: 1200px) {
    .box-noticias{
        margin-bottom: 20px;

    }
    .box-noticias .trexo{
        margin-bottom: -10px;
    }
    .btn_mais_noticias{
        min-height: 50px;
        border-radius: 6px;
    }

    .col-noticias{
        max-height: 600px;
        overflow: auto;
    }
    .col-black{
        max-height: 670px;
        overflow: auto;
    }
}