.hotel-photo {
    display: block;
    margin: 20px auto 30px auto;
    box-shadow: 5px 5px 5px grey;
}

.hotel-btn {
    display: block;
    font-size: 18px;
    font-weight: 700;
    background-image: linear-gradient(to top, #1e3c72 0%, #1e3c72 1%, #2a5298 100%);
    width: 200px;
    height: 50px;
    box-shadow: 0 5px 15px 0 #2a5298;
    text-align: center;
    border-radius: 10px;
}

.hotel-btn2 {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    background-image: linear-gradient(to top, #1e3c72 0%, #1e3c72 1%, #2a5298 100%);
    width: 200px;
    height: 50px;
    box-shadow: 0 5px 15px 0 #2a5298;
    text-align: center;
    border-radius: 10px;
    margin-right: 20px;
}

.hotelinstruction-btn {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    background-image: linear-gradient(120deg, #f093fb 0%, #f5576c 100%);
    width: 200px;
    height: 50px;
    box-shadow: 0 5px 15px 0 #2a5298;
    text-align: center;
    border-radius: 10px;
}
@fa-font-path:   "../font";
