.realitatea-autor-block {
    display: flex;
    flex-direction: column;
    margin-left: var(--mobile-margin-width);
    margin-right: var(--mobile-margin-width);
}

.realitatea-author-description > h2 {
    text-align: justify;
}

.container-realitatea .realitatea-author-description, .container-realitatea .realitatea-author-social {
    display: flex;
    flex-direction: column;
}

.container-realitatea .realitatea-author-description h2 strong, .container-realitatea .realitatea-author-social h2 strong {
    font-weight: bold;
    font-family: "Leitura Sans Grot 2", sans-serif;
}

.container-realitatea .realitatea-author-description h2, .container-realitatea .realitatea-author-social h2 {
    color: var(--realitatea-black-text);
    font-size: 1em;
    font-family: "Leitura Sans Grot 1", sans-serif;
    white-space: normal;
    line-height: 1.5em;
}


.container-realitatea .realitatea-author-description::after, .container-realitatea .realitatea-author-social::after {
    content: "";
    height: .1vh;
    background-color: var(--realitatea-hr-gray);
    width: 100%;
    margin: 3vh 0;
}

.realitatea-autor-block > article {
    display: flex;
    flex-direction: column;
}

.container-realitatea {
    margin-top: 3vh;
    margin-bottom: 3vh;
}

.container-realitatea > h1 {
    color: var(--realitatea-black-text);
    font-size: 6vw;
    font-family: "Leitura Sans Grot 2", sans-serif;
    white-space: normal;
    font-weight: bold;
    line-height: 6.5vw;
    display: -webkit-box;
}

.container-realitatea > h1 > span {
    color: var(--realitatea-red);
}

@media only screen and (min-width: 600px) {
    .container-realitatea > h1 {
        font-size: 5vw;
        line-height: 6vw;
    }
}

@media only screen and (min-width: 768px) {
    .container-realitatea > h1 {
        font-size: 4vw;
        line-height: 5vw;
    }

    .container-realitatea .realitatea-author-description h2, .container-realitatea .realitatea-author-social h2 {
        font-size: 1.3em;
        line-height: 1.6em;
    }
}

@media only screen and (max-width: 991px) {
    .realitatea-autor-block > article:not(:last-child)::after {
        display: none;
        content: "";
        height: .1vh;
        background-color: var(--realitatea-hr-gray);
        width: calc(100% - 2 * var(--mobile-margin-width));
        margin: 3vh var(--mobile-margin-width);
    }

    section.container-realitatea, .realitatea-autor-block > article > div.article-box-description, .realitatea-autor-block > article > div.article-box-title {
        margin-left: var(--mobile-margin-width);
        margin-right: var(--mobile-margin-width);
    }
}

@media only screen and (min-width: 992px) {
    .realitatea-autor-block {
        margin-left: var(--margin-width);
        margin-right: var(--margin-width);
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 1.5vw;
        grid-row-gap: 5vw;
    }

    .container-realitatea > h1 {
        font-size: 2.5vw;
        line-height: 3.5vw;
    }
}

@media only screen and (min-width: 1366px) {
    .container-realitatea > h1 {
        font-size: 2.1vw;
        line-height: 3vw;
    }
}