.home-news-empty {
    display: flex;

    min-height: 250px;

    flex-direction: column;
    justify-content: center;
    align-items: flex-start;

    padding:
        42px 0;

    border-top:
        1px solid
        rgba(0, 0, 0, .12);

    border-bottom:
        1px solid
        rgba(0, 0, 0, .12);
}

.home-news-empty > span {
    margin-bottom: 14px;

    font-size: 9px;
    font-weight: 600;

    text-transform: uppercase;
    letter-spacing: .12em;

    opacity: .5;
}

.home-news-empty h3 {
    margin:
        0 0 12px;

    font-size:
        clamp(25px, 3vw, 38px);

    line-height: 1.05;
    font-weight: 400;
}

.home-news-empty p {
    max-width: 520px;

    margin: 0;

    font-size: 12px;
    line-height: 1.65;

    opacity: .62;
}


.home-news-card__excerpt {
    margin:
        9px 0 0;

    font-size: 10px;
    line-height: 1.55;

    opacity: .62;
}


@media (max-width: 700px) {

    .home-news-empty {
        min-height: 190px;

        padding:
            32px 0;
    }

}
