.botaoAcessarSite{
    background-color: #729F2C;
    color: #fff;
    padding: .5rem;
    border-radius: .2rem;
}

@media only screen and (max-width: 768px) {
    img {
        width: 100%;
        height: 100%;
    }
    .image-posts-recent-thumb{
        width: 50px;
        height: 50px;
    }
    .div-footer-infos{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .texto-footer-tbr{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 1rem !important;
    }
}
