.comment img{
    width: 30px;
}

.corpo{
    overflow: hidden;
    clear: both;
    padding-left: 27px;
    padding-right: 27px;
    margin-top: 20px;
}

.div-icons-pub{
    font-size: 20px !important;
}



.content-pub{
    height: auto !important;
    margin-bottom: 15px !important;
}

.pub-content{
    height: auto !important;
}

.txt-icon{
    display: initial !important;
}

.text-resumo-pub {
    margin-top: 15px;
}

.inside-icon {
    font-size: 15px !important;
}

.comment{
    overflow: hidden;
    clear: both;
    padding-top: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #b5b5b5;
}

.comments{
    background-color: #ebfdf8;
    border: 1px solid #b5b5b5;
    padding-bottom: 15px;
}

.comments button{
    margin-top: 15px;
}

.ultimo-comentario{
    border: none;
}

.curtidas{
    position: initial;
}

.pub-title {
    font-size: 20px !important;
}

.desc-pub {
    height: auto !important;
}

@media screen and (max-width: 992px) {
    .curtidas{
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .curtidas{
        display: inline-block;
    }
    .corpo{
        padding-left: 0;
        padding-right: 0;
    }
}