.p-home__booking {
    padding: 30px 0;
    position: relative;
    z-index: 1;
}

.p-home__booking-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.p-home__booking-form .form-item {
    margin-bottom: 0;
}

.p-home__booking-form .form-control,
.p-home__booking-form select {
    background-color: var(--color-white);
    border: 0;
    border-radius: 10px;
    font-size: 14px;
    line-height: 17px;
    padding: 15px;
    color: rgba(0, 0, 0, 0.75);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.p-home__booking-form select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

.p-home__booking-form .button {
    width: 100%;
}

@media (min-width: 768px) {
    .p-home__booking {
        padding: 20px 0;
    }

    .p-home__booking-form .form-control,
    .p-home__booking-form select {
        font-size: 16px;
        line-height: 20px;
    }
}

@media (min-width: 1024px) {
    .p-home__booking-form .form-control,
    .p-home__booking-form select {
        font-size: 18px;
        line-height: 22px;
    }
}

@media (min-width: 1240px) {
    .p-home__booking {
        padding: 30px 0;
    }

    .p-home__booking-form .form-control,
    .p-home__booking-form select {
        font-size: 18px;
        line-height: 22px;
        padding: 20px;
    }

    .p-home__booking-form .button {
        font-size: 18px;
        line-height: 22px;
    }
}