.booking {
    padding-top: 70px;
    padding-bottom: 50px;
}

#booking .header {
    height: 50vh;
}

#booking .header__background {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #103789bd;
}

#booking h1 {
    color: #ffffff;
    z-index: 2;
    font-weight: 500;
    font-size: 4vw;
}

@media(max-width: 650px) {
    #booking .header {
        height: 100vh;
    }
    #booking h1 {
        font-size: 30px;
    }
}