.post a {
    text-decoration: none !important;
    color: black !important;
    font-family: ProximaNova, Helvetica, Arial, sans-serif !important;
    
}

.custom_fade {
    transition: opacity 1s ease-in-out !important;
}

.postagem:hover {
    text-decoration: underline !important;
}

.postagem {
    margin: 1em 0 0 0;
    padding: 0 1em;
}

#container_lista_posts {
    width: 100%;
}

@media (min-width: 576px) {
    #container_lista_posts {
        width: 90%;
    }
}