.main {
    padding: 0 20px;
}

@media (min-width: 1550px) {
    .main {
        padding: 0 190px;
    }
}

.book-images-gallery {
    display: flex;
    justify-content: center;
}

.book-info {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-items: flex-start;
}

.booking-options {
    width: 330px;
    margin: 0 auto;
    margin-bottom: 32px;
}

.booking-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

.booking-form label {
    font-size: 1.25rem;
}

.display-none {
    display: none;
}

.select-house-type {
    height: 2.2rem;
}
.booking-period {
    height: 2rem;
    font-size: 20px;
}

.booking-button {
    height: 3rem;
    background-color: #000000;
    color: #ffffff;
    border: none;
    border-radius: 36px;
    cursor: pointer;
    font-size: 1.25rem;
    margin-top: 8px;
}

.is-hidden {
    visibility: hidden;
    pointer-events: none;
    position: absolute;
}