

/* START:: Page Banner Section */

section.page_banner {
    background: url('../img/people_centricity/page_banner.png') 0% 0%/cover no-repeat;
}
.page_banner img.decor {
    width: 40rem;
    position: absolute;
    left: -18rem;
    top: 45%;
    transform: translateY(-50%);
}
.page_banner .block_content .lf {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.page_banner .block_content .lf > * {
    margin-bottom: 1.5rem;
    text-transform: lowercase;
}
.page_banner .block_content .lf > p.content {
    font-size: 1rem;
    max-width: 20rem;
    font-weight: 500;
}

@media (max-width: 575px) {
    section.page_banner .mob_view_banner {
        background: url('../img/people_centricity/page_banner_mob.jpg') top center/ cover no-repeat;
    }
    .page_banner img.decor {
        top: 50% !important;
    }
    .page_banner .block_content .lf > * {
        padding-left: 2rem;
    }
    .page_banner .block_content .lf h2.heading {
        margin-left: -2rem;
    }
}

/* END:: Page Banner Section */


/* START:: About Section */

.abt_content {
    padding-top: 4rem;
}
.abt_content h3.title {
    color: #414141;
    text-transform: lowercase;
}
.abt_content .desc_block {
    font-size: 0.8rem;
    text-transform: lowercase;
}
.abt_content .custm_row {
    display: flex;
    justify-content: space-between;
}
.abt_content .img_block {
    text-align: center;
}

@media (min-width: 768px) {
    .abt_content .custm_row .custm_col {
        max-width: 20rem;
    }
    .abt_content .custm_row .custm_col {
        margin-bottom: 2rem;
    }
}
@media (max-width: 767px) {
    .abt_content {
        text-align: center;
    }
    .abt_content .custm_row .custm_col {
        margin-bottom: 2rem;
    }
}

/* END:: About Section */


/* START:: People Centric Section */

section.people_centric {
    padding: 2rem 0;
    background-color: #eee;
    position: relative;
    overflow: hidden;
}
.people_centric img.decor {
    width: 40rem;
    position: absolute;
    right: -18rem;
    top: 50%;
    transform: translateY(-50%);
}
.people_centric .custm_row h2 {
    text-align: right;
    color: #000;
    line-height: 1.1;
}



/*Group of Images*/

.grp_imgs {
    position: relative;
    bottom: -1rem;
    width: 100%;
    padding-top: 68%;
}
.grp_imgs > img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.grp_imgs .img1 {
    margin-left: -23%;
    margin-top: -15%;
    max-width: 14%;
}
.grp_imgs .img2 {
    margin-left: 0%;
    margin-top: -22%;
    max-width: 21%;
}
.grp_imgs .img3 {
    margin-left: -22%;
    margin-top: 15%;
    max-width: 28%;
}
.grp_imgs .img4 {
    margin-left: -1%;
    margin-top: 0%;
    max-width: 13%;
}
.grp_imgs .img5 {
    margin-left: 27%;
    margin-top: 10%;
    max-width: 37%;
}


@media (min-width: 992px) {
    section.people_centric {
        padding: 2rem 0;
    }
    .people_centric .block_content {
        z-index: 10;
    }
    .people_centric .custm_row {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
    }
    .people_centric .custm_row .col_1 {
        position: relative;
        flex: 0 0 50%;
        margin-right: 5rem;
        display: flex;
        align-items: center;
    }
    .people_centric .custm_row .col_2 {
        flex: 0 0 40%;
        max-width: 30rem;
        position: relative;
        display: flex;
        align-items: center;
    }
    .people_centric .custm_row .col_1 .grp_imgs {
        width: 100%;
        height: 100%;
    }
    .people_centric .custm_row h2 {
        max-width: 25rem;
    }
}

@media (max-width: 991px) {
    .people_centric img.decor {
        top: 83%;
    }
    .people_centric .custm_row .custm_col {
        margin-bottom: 3.5rem;
        position: relative;
    }
    .people_centric .custm_row h2 {
        text-align: center;
    }
}
@media (max-width: 767px) {
    .people_centric img.decor {
        top: 75%;
    }
}

/* END:: People Centric Section */

