#section-chiavinmano-contatti {
    padding: 50px 0 0;
    background: var(--mgh-color-1);
    color: #fff;
}
#section-chiavinmano-contatti .row {
    position: relative;
}
#section-chiavinmano-contatti .pic {
    position: absolute;
    bottom: 0;
    left: 0;
    width: auto;
    height: 105%;
}
#section-chiavinmano-contatti .pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom;
}
#section-chiavinmano-contatti header .section-title {
    margin: 0;
}
#section-chiavinmano-contatti header .section-title a {
    display: inline-flex;
    margin-top: 10px;
    padding: 15px 18px;
    background: var(--mgh-color-2);
    font-size: 28px;
    color: var(--mgh-color-1);
}
#chiavinmano-form-wrapper {
    margin-top: 50px;
}
#chiavinmano-form-wrapper .intro {
    margin-bottom: 30px;
}
.form-custom-2 .gform_wrapper.gravity-theme .form-custom .gfield input[type=text],
.form-custom-2 .gform_wrapper.gravity-theme .form-custom .gfield input[type=email],
.form-custom-2 .gform_wrapper.gravity-theme .form-custom .gfield input[type=number],
.form-custom-2 .gform_wrapper.gravity-theme .form-custom .gfield input[type=tel],
.form-custom-2 .gform_wrapper.gravity-theme .form-custom .gfield select,
.form-custom-2 .gform_wrapper.gravity-theme .form-custom .gfield textarea {
    padding: 5px 12px !important;
    font-size: 16px;
}
.form-custom-2 .gform_wrapper.gravity-theme .form-custom .gfield textarea {
    height: 100px;
}
.form-custom-2 .gform_wrapper.gravity-theme ::-webkit-input-placeholder {
    color: var(--mgh-color-1) !important;
}
.form-custom-2 .gform_wrapper.gravity-theme .consenso_dati_text {
    font-size: 16px;
}
.form-custom-2 .gform_wrapper.gravity-theme .consenso_dati_text a {
    color: #fff;
    text-decoration: underline;
}
@media (min-width: 768px) {
    #section-chiavinmano-contatti {
        padding: 0
    }
}
@media (min-width: 992px) {
    #col-section-prenota {
        padding-left: 100px;
    }
    #section-chiavinmano-contatti .pic {
        position: absolute;
        right: calc(100% - 450px);
        left: auto;
        width: 68%;
    }
    #section-chiavinmano-contatti header .section-title.right {
        font-size: 38px;
        line-height: 1.2;
    }
    .gform_wrapper.gravity-theme .form-custom select {
        background-position: right 10px center !important;
    }
}
@media (min-width: 1200px) {
    #section-chiavinmano-contatti .pic {
        right: calc(100% - 550px);
        width: 54%;
    }
    .form-custom-2 .gform_wrapper.gravity-theme .form-custom .gfield input[type=text],
    .form-custom-2 .gform_wrapper.gravity-theme .form-custom .gfield input[type=email],
    .form-custom-2 .gform_wrapper.gravity-theme .form-custom .gfield input[type=number],
    .form-custom-2 .gform_wrapper.gravity-theme .form-custom .gfield input[type=tel],
    .form-custom-2 .gform_wrapper.gravity-theme .form-custom .gfield select,
    .form-custom-2 .gform_wrapper.gravity-theme .form-custom .gfield textarea {
        padding: 5px 20px !important;
        font-size: 18px;
    }
    .gform_wrapper.gravity-theme .form-custom select {
        background-position: right 20px center !important;
    }
}
@media (min-width: 1400px) {
    #section-chiavinmano-contatti .pic {
        right: calc(100% - 600px);
        width: 50%;
    }
}