* {
    font-family: 'Montserrat', sans-serif;
    color: #002636;
}

.btn {
    margin-bottom: 1em;
}

.fw-normal {
    font-weight: bold !important;
}

.featurette {
    background-color: #ebebeb;
    padding-top: 3em;
}

#modulo-prenotazione {
    height:1090px; 
    overflow: hidden;
}

@media (min-width: 576px) { 
    .right-image {
        float: right !important;
    }
    #modulo-prenotazione {
        height:920px; 
        overflow: hidden;
    }
}