.swiper-slide.fit h1 {
  font-size: 7vh;
}

.important-info-label {
    color: #0D2454;
    font-size: 33px;
    font-weight: 300;
}

.reservation-button {
    margin-top: 50px;
    margin-bottom: 100px;
    height: 75px;
    width: 935px;
    border-radius: 4px;
    background-color: #FFCE00;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
    border: none;
}

.reservation-button > span {
    color: #FFFFFF;
    font-size: 38px;
    font-weight: 800;
}
