.timetable-banner-section {
    background-color: #131e29 !important;
    background-repeat: no-repeat;
    background-size: contain !important;
    background-position: top right;
    min-height: unset !important;
}

.timetable-banner-content h1 {
    color: #E2F5E9 !important;
    font-size: 48px !important;
    line-height: 60px !important;
    margin-top: 34px !important;
    font-weight: 500 !important;
    width: 70%;
    margin-bottom: 28px !important;
}

.timetable-banner-content h2 {
    font-size: 22px !important;
    line-height: 30px !important;
    font-weight: 400 !important;
    color: #ffffff !important;
    width: 88% !important;
    margin-bottom: 24px !important;
}

.banner-updated-date {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 24px;
}

@media screen and (max-width: 1024px) {
    .timetable-banner-content h1 {
        font-size: 32px !important;
        line-height: 40px !important;
        margin-top: 20px !important;
        width: 85%;
        margin-bottom: 24px !important;
    }

    .timetable-banner-content h2 {
        font-size: 22px !important;
        line-height: 28px !important;
        color: #ffffff !important;
        width: 90% !important;
        margin-bottom: 24px !important;
    }

    .banner-updated-date {
        margin-bottom: 24px;
    }
}
