.traintimes-banner-wraper {
    display: flex;
    width: 100%;
    background: #004F59;
    height: 358px;
}

.traintimes-banner-content {
    width: 50%;
    background: #004F59;
    flex-shrink: 0;
    display: flex;
    justify-content: flex-end;
}

h1.traintimes-banner-title {
    font-size: 46px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    letter-spacing: 0em !important;
    text-align: left;
    color: #E2F5E9 !important;
    padding: 60px 16px 60px 30px;
    margin: 0px !important;
}

.traintimes-banner-img {
    width: 50%;
    border-radius: 0px;
    clip-path: polygon(100% -300%, 0% 100%, 100% 100%);
    object-fit: cover;
    position: relative;
    height: auto;
    flex-shrink: 0;
}
/*css for desktop qttv3 to fit on train times page*/
.desktop-qtt {
    position: relative;
    max-width: 100%;
    right: 0px;
    left: 0px;
    top: -80px;
    width: 100%;
}

@media screen and (min-width:1024px) {
    h1.traintimes-banner-title {
        max-width: 576px;
        padding: 60px 0px 60px 40px;
    }
}

@media screen and (min-width:1200px) {
    h1.traintimes-banner-title {
        max-width: 600px;
        padding: 60px 16px 60px 30px;
    }
}

@media screen and (max-width:1024px) {
    .traintimes-banner-wraper {
        flex-direction: column;
        height: 188px;
    }

    .traintimes-banner-img {
        display: none;
    }

    .traintimes-banner-content {
        max-width: 750px;
        display: flex;
        justify-content: flex-start;
        margin: auto;
        width: 100%;
        flex-direction: column;
    }

    h1.traintimes-banner-title {
        font-size: 24px !important;
        font-weight: 600 !important;
        line-height: 1.25 !important;
        letter-spacing: 0em !important;
        text-align: left;
        color: #E2F5E9 !important;
        padding: 64px 20px;
        min-width: 100%;
    }
    /*css for mobile qttv3  to fit on train times page*/
    .mobile-qttv3 {
        position: relative;
        top: -48px;
        left: 0px;
        right: 0px;
        width: calc(100% - 0px);
        margin-bottom: -36px !important;
    }
}

