/* ================================== Banner ================================== */
#page-content .lunch-learn-banner {
    margin-left: 0;
    width: 100%;
}
.lunch-learn-banner {
    padding: 201px 0 108px;
}
.lunch-learn-banner .container {
    display: flex;
    flex-wrap: wrap;
}
.lunch-learn-banner .banner-image {
    width: 54.5%;
    order: 2;
    max-width: 672px;
}
.lunch-learn-banner .banner-image .banner-image-inner {
    position: relative;
    padding-bottom: calc(460/672 * 100%);
    overflow: hidden;
    border-radius: 3px;
}
.lunch-learn-banner .banner-image .banner-image-inner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}
.lunch-learn-banner .banner-content {
    width: 45.5%;
    position: relative;
    padding: 0;
    display: flex;
    align-items: flex-end;
}
.lunch-learn-banner .banner-content-inner {
    position: relative;
    z-index: 1;
}
.lunch-learn-banner .background-triangle {
    position: absolute;
    right: 0px;
    transform: translateX(39%);
    bottom: -75px;
    height: auto;
    width: 516px;
    opacity: 0.1;
    background-size: contain;
}
.lunch-learn-banner .background-triangle img {
    max-height: 100%;
    width: auto;
}
.lunch-learn-banner .banner-content .content {
    max-width: 454px;
    text-align: justify;
    margin-bottom: -3px;
}
.lunch-learn-banner .banner-content .content p:last-child {
    margin: 0;
}
.lunch-learn-banner .banner-content h1 {
    margin: 15px 0 13px;
}

@media (max-width: 1600px) {
    .lunch-learn-section .container {
        max-width: 1275px;
    }
}
@media (max-width: 1199px) {
    #page-content .lunch-learn-banner {
        padding-left: 67px;
    }
}
@media (max-width: 1024.98px) {
    #page-content .lunch-learn-banner {
        padding-left: 0;
    }
}
@media (max-width: 767.98px) {
    #page-content .lunch-learn-banner {
        padding-left: 0;
    }
    .lunch-learn-banner .banner-image {
        width: 100%;
        order: 1;
    }
    .lunch-learn-banner .banner-content {
        width: 100%;
        padding: 0;
        margin-top: 36px;
        order: 2;
    }
    .lunch-learn-banner {
        padding-top: 162px;
        padding-bottom: 99px;
        overflow: hidden;
    }
    .lunch-learn-banner .banner-content h1 {
        margin: 13px 0 23px;
    }
    .lunch-learn-banner .banner-content .subheading {
        margin: 0;
    }
    .lunch-learn-banner .banner-content .content {
        font-size: 14px;
        font-weight: 300;
        line-height: 18.2px;
        text-align: justify;
    }
    .lunch-learn-banner .background-triangle {
        top: -26px;
        max-width: 59%;
        height: auto;
        right: 37px;
    }
}