.banner_area.about_banner {
    height: 70rem;
}

.about_banner::after {
    content: "";
    display: block;
    position: absolute;
    mix-blend-mode: initial;
    opacity: 0.64;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0f0b2f;
    z-index: 1;
    -webkit-transition: background .3s, border-radius .3s, opacity .3s;
    -moz-transition: background .3s, border-radius .3s, opacity .3s;
    -ms-transition: background .3s, border-radius .3s, opacity .3s;
    -o-transition: background .3s, border-radius .3s, opacity .3s;
    transition: background .3s, border-radius .3s, opacity .3s;
}

.about_banner .overlay-bg-img {
    object-fit: fill;
}


.meet_yop {
    padding-top: 12rem;
}

.meet_yop .container,
.yop_video_section .container,
.people_behind .container {
    padding-bottom: 0;
    border-bottom: 0;
    width: 100%;
    height: 100%;
    max-width: 200rem;
    margin: 0 auto;
    padding: 0 7rem;
    position: relative;
    z-index: 10;
}

.meet_yop .container .row,
.yop_video_section .container .row,
.people_behind .container .row {
    margin-right: 0;
    margin-left: 0;
    padding-right: 5%;
    padding-left: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.meet_yop .container .row,
.yop_video_section .container .row,
.people_behind .container .row {
    padding-top: 0;
    padding-bottom: 0;
    gap: 1.5rem;
}

.meet_yop h1,
.yop_video_section h1,
.people_behind h1 {
    color: #000000;
    max-width: 100%;
    margin: 0 auto 1rem;
    font-size: 4.4rem;
    font-weight: 700;
    text-align: center;
}

.meet_yop p,
.yop_video_section p {
    color: #000000;
    max-width: 100%;
    margin: 0 auto 6rem;
    font-size: 1.8rem;
    font-weight: 400;
    text-align: center;
}

.yop_video_section .yop_video {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.yop_video_section .yop_video img {
    width: 100%;
    height: auto;
    object-fit: cover;
}


.our_story_area {
    padding-top: 10rem;
}

.our_story_area .container {
    padding-bottom: 0;
    border-bottom: 0;
    width: 100%;
    height: 100%;
    max-width: 200rem;
    margin: 0 auto;
    padding: 0 7rem;
    position: relative;
    z-index: 10;
}

.our_story_area .container .row {
    max-width: min(100%, 129rem);
    gap: 0;
    margin: 0 auto;
    padding: 0;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: space-between;
}

.our_story_area .container .row .col-lg-6:first-child {
    padding-right: 2rem;
}

.our_story_area .container .row .col-lg-6 {
    padding: 0;
    margin: 0;
}

.our_story_area .container .row h1 {
    color: #181818;
    max-width: 100%;
    padding: 0;
    font-size: 4.6rem;
    font-weight: 700;
    line-height: 5.4rem;
    margin-bottom: 2.4rem;
}

.our_story_area .container .row p {
    color: rgba(24, 24, 24, 0.8);
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 400;
}

.our_story_area .container .row .story_img {
    width: 100%;
    height: initial;
    display: flex;
    align-items: center;
    justify-content: center;
}

.our_story_area .container .row .story_img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.digital_modules_about .container .modules_inner .media {
    width: 33.33%;
}

.people_behind_row {
    margin-top: 6rem;
}





@media (max-width: 1368px) {
    .banner_area.about_banner {
        height: 60rem;
    }
}


@media (max-width: 991px) {
    .meet_yop .container, .yop_video_section .container, .people_behind .container {
        padding: 0 3.2rem;
    }

    .meet_yop .container .row, .yop_video_section .container .row, .people_behind .container .row {
        padding: 0;
    }

    .our_story_area .container {
        padding: 0 3.2rem;
    }

    .our_story_area .container .row {
        max-width: min(100%, 129rem);
        gap: 5rem;
        margin: 0 auto;
        padding: 0;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: stretch;
        justify-content: space-between;
    }

    .digital_modules_about .container .modules_inner .media {
        width: 50%;
    }

    .digital_modules_about .container .modules_inner .media:last-child {
        width: 100%;
    }

    .people_behind .container .row .col-lg-3 {
        width: 48%;
        max-width: 50%;
        flex: unset;
        margin: 0;
        padding: 0;
    }
}

@media (max-width: 768px) {
    .digital_modules_about .container .modules_inner .media {
        width: 100%;
    }

    .people_behind .container .row .col-lg-3 {
        width: 100%;
        max-width: 100%;
    }

}