.title--black{
    text-align: center;
    font-size: large;
    margin: 35px 0;
    color: #af8f76;
}
.title--black h2{
    font-size: 64px;
    font-weight: 300;
}
.news-block .news-block__desc{
    width: 90%;
}
.news-block .news-block__desc .news-block-footer{
    justify-content: end;
}
.news .news-row{
    margin: 0 -20px 0;
}
@media screen and (max-width: 780px) {
    .title--black h2 {
        font-size: 38px;
    }
    .text h2 {
        font-size: 25px;
        padding-bottom: 25px;
        text-align: center;
    }
}