
         .scroll_bug {
            overflow: hidden;
            width: 100%;
        } 

        header {
            top: 20px;
        }

        .addl_page_banner {
            background-image: url(https://gnb-user-uploads.s3.amazonaws.com/cnb/website/pcw/1402b13caf2c026567e9551e2b825f00.jpg?v=1);
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            padding: 100px 0;
            background-blend-mode: multiply;
            background-color: rgb(0 0 0 / 0.4);
        }

        .banner_flex {
            display: flex;
            flex-direction: column;
            align-items: left;
            justify-content: space-between;
        }

        .addl_page_banner h1 {
            font-size: 45px;
            line-height: 1.4;
            font-weight: 600;
            margin: 0;
            color: var(--white-color);
        }

        .slider_image {
            background: url(../images/about_us/Banner.jpg) right no-repeat;
            background-size: cover;
            height: 300px;
        }

        .slider_image img {
            display: none;
        }

        .slider_text {
            font-size: 13px;
            color: var(--white-color);
        }

        .slider_text h1 {
            text-transform: uppercase;
        }

        .addl_content_wrapper {
            width: 100%;
            display: table;
            padding: 80px 0;
            position: relative;
        }

        .seprator {
            padding: 0 5px;
        }

        .about_content_section {
            width: 80%;
            float: left;
        }

        .addl_content_wrapper:after {
            content: '';
            position: absolute;
            background: url(../images/about_us/bg_img.png) no-repeat center;
            background-size: cover;
            height: 100%;
            width: 300px;
            display: block;
            right: 0;
            top: 0;
            z-index: -1;
        }

        .about_content_section .ts-24 {
            font-size: 25px;
            color: #110f0f;
            margin: 0 0 30px 0;
            font-weight: 500;
        }

        .about_content_section .ts-16 {
            color: #000;
            font-weight: 400;
            margin: 0;
            letter-spacing: 0.80px;
        }

        .about_content_section .ts-16:not(:last-child) {
            margin: 0 0 30px 0;
        }

        .advantage_section {
            background: url(../images/about_us/advantage_bg.jpg) no-repeat center;
            background-size: cover;
            width: 100%;
            padding: 50px 0 80px 0;
        }

        .advantage_title h2 {
            font-weight: 500;
            color: #fff;
        }

        .advantage_title span {
            font-weight: 400;
            color: #fff;
            display: inline-block;
        }

        .flex_four {
            grid-gap: 0px 100px;
            width: 100%;
            padding: 50px 0 0 0;
        }

        .flex_box {
            width: calc(50% - 50px);
            flex-direction: row;
            align-items: flex-start;
            grid-gap: 25px;
            padding: 30px 10px;
            position: relative;
        }

        .flex_box.line:after {
            content: '';
            position: absolute;
            display: block;
            width: 100%;
            height: 0.7px;
            background-color: #f0f0f0;
            bottom: 0;
            right: 0;
        }

        .flex_box img {
            max-width: 45px;
            width: 100%;
            object-fit: contain;
        }

        .flex_content {
            width: calc(100% - 70px);
        }

        .flex_content h3 {
            font-weight: 600;
            color: #fff;
            margin: 0 0 10px;
        }

        .flex_content p {
            font-weight: 300;
            color: #fff;
            letter-spacing: 0.80px;
        }

        .journey_section {
            display: table;
            width: 100%;
            margin: 0 auto;
            padding: 100px 0 80px 0;
        }

        .journey_section h2 {
            font-size: 25px;
            font-weight: 500;
            color: #121010;
            padding: 0 0 0 15px;
            position: relative;
        }

        .journey_section h2:after {
            content: 'PROJECTS';
            position: absolute;
            width: 100%;
            font-size: 100px;
            font-weight: 700;
            text-align: left;
            color: #fff;
            -webkit-text-stroke: 0.7px #D4D4D4CF;
            bottom: 0px;
            left: 0;
            z-index: -1;
        }

        .journey_wrapper {
            display: flex;
            flex-direction: row;
            grid-gap: 20px;
            width: 100%;
            padding: 80px 0 0 0;
            position: relative;
        }

        .journey_wrapper:after {
            content: '';
            position: absolute;
            top: 59%;
            left: -5%;
            transform: translateY(-50%);
            display: block;
            width: 110%;
            height: 0.7px;
            background-color: #000;
            opacity: 0.5;
            z-index: -1;
        }

        @media (min-width:1200px){
            .about_journey h4,.about_person{
                min-height: 102px;
            }
        }
        @media (min-width:992.1px){
            .about_journey h4,.about_person{
                min-height: 150px;
            }
        }
        .about_journey {
            display: flex;
            width: 16.6667%;
            flex-direction: column;
            align-items: center;
        }

        .about_journey h4 {
            font-size: 35px;
            display: flex;
            align-items: flex-end;
            justify-content: center;
            width: 100%;
            height: 78px;
            font-weight: 900;
            color: #0C0C0C;
        }

        .secondary.about_journey h4 {
            align-items: flex-start;
        }

        .about_person {
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .about_person h5 {
            font-size: 21px;
            font-weight: 600;
            color: #000;
        }

        .about_person p {
            font-weight: 300;
        }

        .circle {
            display: block;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            background-color: #2F80F9;
            margin: 20px 0;
        }

        /* .about_journey:last-child .circle {
            background-color: #008B38;
        } */

        @media (min-width:1300px) {
            .about_journey {
                align-items: start;
            }

            .about_journey .ts-34 {
                justify-content: start;
            }

            .about_journey .circle {
                margin-left: 20px;
            }
        }

        @media(max-width: 1150px) {
            .addl_content_wrapper {
                padding: 50px 0;
            }

            .journey_wrapper {
                grid-gap: 0px;
            }

            .flex_four {
                grid-gap: 0px 30px;
                justify-content: space-between;
            }

            .flex_box {
                width: calc(50% - 15px);
            }
        }

        @media(max-width: 992px) {
            .journey_wrapper {
                flex-direction: column;
            }

            .about_journey {
                flex-direction: row;
                max-width: 500px;
                width: 100%;
                grid-gap: 50px;
                margin: 0 auto;
                justify-content: center;
                padding: 20px 0;
            }

            .about_journey h4 {
                width: 45%;
                justify-content: flex-end;
                align-items: center;
            }

            .about_person {
                width: 45%;
            }

            .circle {
                max-width: 30px;
                width: 100%;
            }

            .secondary.about_journey h4 {
                align-items: center;
                justify-content: flex-start;
            }

            .journey_wrapper:after {
                height: 100%;
                width: 0.5px;
                opacity: 0.2;
                top: 50px;
                left: 50%;
                transform: translateX(-50%);
            }
        }

        @media(max-width: 880px) {
            .advantage_section {
                padding: 60px 0;
            }

            .flex_four {
                padding: 20px 0 0 0;
            }

            .flex_box {
                width: 100%;
                grid-gap: 15px;
            }

            .flex_box:not(:last-child):after {
                content: '';
                position: absolute;
                display: block;
                width: 100%;
                height: 0.7px;
                background-color: #f0f0f0;
                bottom: 0;
                right: 0;
            }
        }

        @media(max-width: 768px) {
            .slider_image {
                background-position: 90%;
            }

            .slider_text h1 {
                font-size: 30px;
                font-weight: 700;
            }

            .advantage_title h2 {
                font-size: 21px;
            }

            .about_content_section .ts-24 {
                font-size: 19px;
            }

            .about_content_section .ts-16 {
                font-size: 15px;
            }

            .flex_content h3 {
                font-size: 15px;
            }

            .journey_section h2 {
                font-size: 17px;
                padding: 0px 0 0 8px;
            }

            .journey_section h2:after {
                font-size: 60px;
            }

            .about_content_section {
                width: 95%;
            }

            .about_journey h4 {
                font-size: 27px;
            }

            .about_person h5 {
                font-size: 16px;
            }
        }

        @media(max-width: 576px) {
            .about_journey {
                grid-gap: 30px;
            }
        }


        @media (min-width:992px){
            .about_journey.secondary .about_person{
                   justify-content: end;
            }
            .about_journey .about_person{
                justify-content: start;
            }
        }