.news-list-x3 {
    display: grid;
    gap: 12px;
    margin-bottom: 48px
}

@media screen and (min-width: 768px) {
    .news-list-x3 {
        grid-template-columns:1fr 1fr 1fr
    }
}

@media screen and (min-width: 1024px) {
    .news-list-x3 {
        gap: 26px 38px;
        margin-bottom: 65px
    }
}

@media screen and (min-width: 1600px) {
    .news-list-x3 {
        gap: 40px 60px;
        margin-bottom: 90px
    }
}

.hidden_news_tile {
    display: none;
}

#news-list-in-projects {
    display: grid;
    gap: 12px;
    margin-bottom: 22px
}

@media screen and (min-width: 768px) {
    #news-list-in-projects {
        margin-bottom: 26px
    }
}

@media screen and (min-width: 1024px) {
    #news-list-in-projects {
        margin-bottom: 30px
    }
}

@media screen and (min-width: 1600px) {
    #news-list-in-projects {
        margin-bottom: 48px
    }
}

#show_all_news_button {
    display: flex;
    justify-content: center;
    grid-column: 1 / -1; /* Растягиваем блок на все колонки */
}

.university_banner {
    margin: 0 0 210px;
}

/* Уменьшаем отступ для устройств шире 1280px */
@media (min-width: 1280px) {
    .franchise-banner-wrapper {
        margin: 0 80px 0;
    }
}

#instrumenty {
    scroll-margin-top: 150px
}

/* Уменьшаем отступ для планшетов и мобильных устройств */
@media (max-width: 1280px) {
    #instrumenty {
        scroll-margin-top: 80px;
    }
}
