.section-hotel-booking {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #edebdf;
}

.hotel-booking {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
}

.hotel-booking-headline {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    /*margin-top: 20px;
    margin-left: 30px;
    margin-right: 30px;
    height: 300px;*/
}

.hotel-booking-text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.hotel-booking-text ul li {
    list-style: none;
    font-weight: 600;
    padding-top: 20px;
}

.hotel-booking-text span {
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 10px;
}

.hotel-booking-headline h2 {
    font-family: "Autumn-Wind";
    font-size: 70pt;
    font-weight: 400;
}

@media(max-width: 800px) {
    .hotel-booking-headline h2 {
        max-width: 90%;
        font-size: 12vw;
    }
    .hotel-booking-text {
        max-width: 90%;
        font-size: 4vw;
    }
}