.section-1-restaurante {
    padding: 60px 0 0;
}

.section-1-restaurante h2 {
    color: #141224;
    text-align: center;
    font-family: "Cormorant Infant";
    font-size: 50px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
}

.form_bar_style {
    margin-top: -40px;
    margin-bottom: 80px
}

@media screen and (max-width:991px) {
    .nf-form-cont nf-field {
        width: 100%;
    }
    .nf-form-cont nf-fields-wrap {
        flex-wrap: balance;
        flex: auto;
    }
    .nf-form-cont nf-fields-wrap nf-field:nth-child(4) select {
        border: 0 !Important;
        ;
    }
    .nf-form-cont nf-fields-wrap nf-field:nth-child(4) {
        border-bottom: 1px solid #C6C4AF
    }
    .section-1-restaurante {
        padding: 50px 0 0;
    }
    .section-1-restaurante h2 {
        font-size: 32px;
    }
    .form_bar_style {
        margin-bottom: 30px;
    }
    .section_list_properties {
        padding-top: 0;
    }
}