.news__head {
    padding-bottom: 40px; 
}
.news__head .news__title {
    padding-bottom: 0;
}
.services_small .services-card {
        min-height: 160px;
}
@media (max-width: 1200px) {
    .services_small .services-card {
        min-height: 260px;
    }
}
@media (max-width: 992px) {
    .news__head .news__title {text-align: center;}
    .news__head {justify-content: center;}
    .news__head .group-head__link {
        margin-left: 0;
        padding-left: 0;
    }
}