.news-block--page {
    padding-bottom: 0;
}

.all-relevant-materials {
    display: flex;
    justify-content: center;
    margin-bottom: 90px;
}



@media (max-width: 767px) {
    .all-relevant-materials {
        justify-content: stretch;
        margin-bottom: 60px;
    }

    .all-relevant-materials .button {
        width: 100%;
        text-align: center;
    }
}

