.boxConteudoPost {
    position: relative;
    width: 100%;
}

.boxImagemPost {
    position: relative;
    width: 30%;
    float: left;
}

@media (max-width: 767px) {
    .boxImagemPost {
        position: relative;
        width: 48%;
        float: left;
    }
    
}

.boxImagemPost {
    margin-right: 8px;
}