css
/* Фиксим наезжание хедера на главной странице */
.tn-elem-405911351-1701689577446 ~ .t-section {
    margin-top: 100px !important;
}

/* Для мобильных */
@media screen and (max-width: 768px) {
    .tn-elem-405911351-1701689577446 ~ .t-section {
        margin-top: 80px !important;
    }
}

/* Особенно для блока с кнопкой "Выбрать кафе" */
.tn-elem-405911351-1701689577446 + .t-section {
    padding-top: 40px !important;
}