.reservation-sections {
    padding: 50px 0;
}
.booking-list-title {
    text-align: center;
    margin-bottom: 25px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 2.5rem;
}
.reservation-sections.re-detail-section .thumbnail-detail-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}