.title--h4 {
    font-size: 1rem;
}
.news-item p {
    line-height: 1.5;
    width: 100%;
    text-align: right;
}

.caption-post {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.75rem;
    width: 94%;
    text-align: justify;
    line-height: 30px;
}

.caption-post img{
    width: 100%;
}
.caption-post p br {
    display: none;
}
.caption-post p{
    margin-top: 0;
    margin-bottom: 1.70rem;
}
blockquote {
    display: block;
    border-right: 8px solid #efefef;
    padding: 20px;
    margin: 10px 0;
    line-height: 2;
    font-size: 100%;
    background-color: #f7f9fa;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;

}
