.blockquote, .blockquote-reverse {
    font-family: RobotoMediumItalic;
    color: grey;
    font-style: italic;
    line-height: 26px;
    font-weight: 400;
    font-size: 18px;
}

.blockquote-reverse {
    padding-right: 20px;
    border-right: 5px solid #ee6e73;
}

.blockquote {
    padding-left: 20px;
    border-left: 5px solid #ee6e73;
}

.demi--publication-header {
    padding-left: 10px;
    color: #ee6e73;
}


.demi--publication-second-header {
    font-size: 20px;
    font-weight: bold;
}

.demi--publication-date {
    font-style: italic;
    color: grey;
    font-family: RobotoLightItalic;
}

.demi-doc-name {
    font-size: 26px;
}

@media screen and (max-width: 768px) {
    .demi-doc-name {
        font-size: 15px;
    }

    .demi-doc-date {
        font-size: 12px;
        line-height: 14px;
    }

    .demi-ft {
        width: 40px;
        height: 40px;
    }
}
