.container {
    width: min(94%, 1360px);
    margin: 0 auto;
}

section{

    padding:90px 0;

}

.booking-container{

    max-width:900px;

}

.booking-header{

    text-align:center;
    margin-bottom:40px;

}

.booking-header p{

    color:var(--primary);
    font-weight:900;
    text-transform:uppercase;

}

.booking-header h1{

    font-size:42px;
    margin-bottom:12px;

}

.booking-header span{

    color:#cbd5e1;

}