/* ---------- Виджет 1С ----------*/
.reservi-widget-section {
    padding: 40px 20px;
    margin-top: 0;
    background-color: #fff;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-align: center;
    flex: 0 0 auto;
}

.reservi-widget-section h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 25px;
}

#reservi-widget-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}