.news-page h1 {
    margin-bottom: 40px;
}

.news-page h1 + p {
    max-width: 746px;
    line-height: 125%;
    margin: 0 auto;
    margin-bottom: 56px;
}

.news-page h1::before {
    content: "";
    display: block;
    margin-top: -0.12em;
}

.news-page h1::after {
    content: "";
    display: block;
    margin-bottom: -0.12em;
}

.news-page .card {
    min-height: 637px;
}

.news-page .card h4 {
    max-width: 500px;
}

.news-page .mail-subscribe h1 {
    margin-bottom: 14px;
}

.news-page .mail-subscribe h1::before,
.news-page .mail-subscribe h1::after {
    content: none;
}

.news-page .mail-subscribe h1 + p {
    margin-bottom: 48px;
}