.related__news--section {
    padding-top: 105px;
    padding-bottom: 124px;
    background: #F6F6F6;
}

.related__news--section .related-news__title {
    margin: 0;
    margin-bottom: 53px;
}

@media only screen and (max-width: 767.98px) {
    .related__news--section {
        padding-top: 64px;
        padding-bottom: 83px;
    }

    .related-news__title {
        margin-bottom: 30px;
        font-size: 24px;
        line-height: 34px;
        letter-spacing: 0;
    }
}