body .people_profile_section {
    margin: 155px 0 102px;
}

body .people_profile_section.rmb-0 {
    margin-bottom: 100px;
}

body .people_profile_section .section_inner_heading {
    max-width: 1106px;
}

body .people_profile_section .section_inner_heading .heading2 {
    margin-bottom: 48px;
}

body .people_profile_section .section_inner {
    max-width: 1106px;
}

body .people_profile_section .section_inner_right {
    width: 37.521%;
    min-height: 335px;
}


body .people_profile_section .section_inner_right .section_inner_right_image_outer {
    max-width: 373px;
}

body .people_profile_section .section_inner_right .section_inner_right_image_outer .corner_cut_shape_image {
    height: 100%;
}

body .people_profile_section .section_inner_right .section_inner_right_image_outer .section_inner_right_image_overlay {
    width: 39px;
}

body .people_profile_section .section_inner_right .section_inner_right_image_outer .section_inner_right_image {
    height: 100%;
}

body .people_profile_section .section_inner_right .section_inner_right_image_outer .section_inner_right_image.image_section::after,
body .people_profile_section .section_inner_right .section_inner_right_image_outer .section_inner_right_image.image_section::before {
    width: 39px;
}
body .people_profile_section .section_inner_right .section_inner_right_image_outer .section_inner_right_image.image_section img {
    height: 100%;
}

body .people_profile_section .section_inner_left {
    width: 62.478%;
}

body .people_profile_section .section_inner_left .section_inner_left_inner .section_inner_left_inner_name {
    margin-top: -20px;
}

body .people_profile_section .section_inner_left .section_inner_left_inner .section_inner_left_inner_content {
    margin-top: 10px;
}

@media(max-width:1359px){
    body .people_profile_section {
        margin: 140px 0 102px;
    }

    body .people_profile_section.rmt-0 {
        margin-top: 100px;
    }
}

@media(max-width:1199px){
    body .people_profile_section {
        margin: 120px 0 100px;
    }

    body .people_profile_section.rmt-0,  body .people_profile_section.rmb-0 {
        margin-top: 80px;
    }

    body .people_profile_section .section_inner_heading .heading2 {
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 25px;
    }

    body .people_profile_section .section_inner_right .section_inner_right_image_outer {
        max-width: 300px;
    }
}

@media(max-width:991px) {
    body .people_profile_section {
        margin: 90px 0;
    }

    body .people_profile_section.rmt-0,  body .people_profile_section.rmb-0 {
        margin-top: 60px;
    }

    body .people_profile_section .section_inner_heading, body .people_profile_section .section_inner_right {
        width: 100%;
        min-height: 100%;
    }

    body .people_profile_section .section_inner_heading .heading2 {
        margin-bottom: 15px;
    }

    body .people_profile_section .section_inner {
        max-width: none;
    }

    body .people_profile_section .section_inner_right .section_inner_right_image_outer {
        max-width: 100%;
    }

    body .people_profile_section .section_inner_left {
        width: 100%;
    }

    body .people_profile_section .section_inner_left .section_inner_left_inner .section_inner_left_inner_name {
        margin-top: 0;
    }
    
    body .people_profile_section .section_inner_left .section_inner_left_inner .section_inner_left_inner_content {
        margin-top: 0;
    }
}

@media(max-width:767px){
    body .people_profile_section {
        margin: 50px 0;
    }

    body .people_profile_section.rmt-0,  body .people_profile_section.rmb-0 {
        margin-top: 40px;
    }

    body .people_profile_section .section_inner_heading .heading2 {
        font-size: 26px;
        line-height: 38px;
        margin-bottom: 10px;
    }
}