@charset "utf-8";

#CAREER_PEOPLE .grid_type_3 ul > li .title{font-size: 32px;line-height: 48px;margin-bottom: 32px}

/* ================================== Laptop css ================================== */
@media all and (max-width: 1280px){

}

/* ================================== Tablet css ================================== */
@media all and (max-width: 1080px){
    #CAREER_PEOPLE .grid_type_3 ul > li .title{font-size: 24px;line-height: 28px;margin-bottom: 20px}
}

/* ================================== Mobile css ================================== */
@media all and (max-width: 766px){
    #CAREER_PEOPLE .grid_type_3 ul > li .title{font-size: 24px;line-height: 28px;margin-bottom: 20px}

}

