@media screen and (max-width: 1199px) {
    #listagem {
        padding: 40px 0 56px 0;
    }

    .listagem-noticias {
        flex-basis: 100%;
    }

    .listagem-noticias-head {
        justify-content: flex-end;
    }

    .listagem-top-head-mb {
        background-color: #f6f6f6;
        padding: 16px;
        font-family: 'Lato Regular';
        color: #7c878e;

        justify-content: space-between;
        align-items: center;
        border-radius: 2px;
        margin-bottom: 26px;
    }

    .listagem-top-head-mb > button {
        width: 90px;
        box-sizing: border-box;
        padding: 8px 16px;

        justify-content: space-between;
        align-items: center;
        color: #7c878e;
        border-radius: 1px;
        background-color: var(--white);
    }
}

@media screen and (max-width: 622px) {
    .listagem-noticias-main {
        grid-template-columns: repeat(2, 200px);
        justify-content: center;
    }
    .listagem-noticias-foot {
        justify-content: center;
    }
}

@media screen and (max-width: 465px) {
    .listagem-noticias-main {
        grid-template-columns: repeat(2, 160px);
    }
}

@media screen and (max-width: 385px) {
    .listagem-noticias-main {
        grid-template-columns: repeat(1, 1fr);
    }
}
