@media (max-width: 700px) {
    .body-content-area {
        margin-top: 60px;
    }

    .body-content-area .container {
        width: 100%;
        padding: 0px !important;
        margin-left: 0px;
        margin-right: 0px;
    }

    .body-content-area .container .container-body {
        text-align: center;
    }

    .post-imagem-destacada-area {
        height: unset;
        aspect-ratio: 1.5 / 1;
    }
}