/* Small devices (landscape phones, 576px up to 767px) */
@media only screen and (min-width: 576px) {

    #mobile-booking-form-header {
        justify-content: center;
        gap: 20px;
    }

    .banner-seguro-content {
        padding: 66px;
    }
}