body {
    background: var(--bg-gray-4);
}

.reservation-form__title {
    margin-top: 32px;
}

@media (max-width: 768px) {
    .slideshow-component {
        padding-bottom: 16px !important;
    }

    .reservation-form {
        padding: 0 12px;
    }

    .reservation-form__title {
        font-size: 1.6rem;
        margin-top: 32px;
        margin-bottom: 32px;
    }

    .reservation-form__content {
        margin-top: 4px;
        margin-bottom: 32px !important;
        padding: 32px 12px;
    }
}
