.banner_about {
    padding: 230px 0 130px;
}

.banner_about .banner_logo {
    text-align: center;
    padding-bottom: 130px;
}

.banner_about .banner_logo img {
    height: 125px;
    width: 625px;
}

.banner_content {
    max-width: 840px;
    margin: 0 auto;
    color: #6C6C6C;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 39px;
    letter-spacing: 2px;
    padding-bottom: 200px;
}

.banner_content b {
    color: #000;
}

.our_vision,
.our_mission {
    display: flex;
}

.our_vision {
    flex-direction: row-reverse;
}

.vision_rightImage,
.vision_leftImage {
    width: 50%;
}

.vision_con,
.mission_con {
    width: 50%;
}

.vision_con {
    /*padding: 25px 0 100px 90px;*/
    padding: 25px 0 100px 12%;
}

.vision_con h2,
.mission_con h2 {
    font-size: 45px;
    letter-spacing: 22px;
    margin: 0 0 70px;
}

.vision_desc {
    font-size: 18px;
    color: #6C6C6C;
    font-family: 'Montserrat', sans-serif;
    line-height: 39px;
    letter-spacing: 1px;
    font-weight: 500;
}

.vision_rightImage,
.vision_leftImage {
    position: relative;
    background: #9A161E;
}

.vision_rightImage *,
.vision_leftImage * {
    width: 100% !important;
    height: 100% !important;
}

.vision_rightImage img,
.vision_leftImage img {
    opacity: 0.4;
}

.vision_rightImage::before,
.vision_leftImage::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    /* border-top: 482px solid #fff; */
    /* border-right: 348px solid transparent; */
    z-index: 1;
    background: linear-gradient(to bottom right, #fff 0%, #fff 50%, transparent 50%, transparent 100%);
    width: 348px;
    height: 100%;
}

.vision_leftImage::before {
    left: auto;
    right: 0;
    /*border-right: 0;
    border-left: 348px solid transparent;
    border-bottom: 458px solid #fff;
    border-top: 0;*/
    background: linear-gradient(to bottom right, transparent 0%, transparent 50%, #fff 50%, #fff 100%);
    width: 348px;
    height: 100%;
}

.mission_con {
    padding-top: 103px;
    padding-left: 40px;
    padding-right: 12%;
}

.mission_con h2 {
    margin-left: -300px;
    position: relative;
    z-index: 9;
}

.mission_con h2 .white_title {
    color: #fff;
}

.our_team {
    padding-top: 295px;
    position: relative;
}

.our_team .warely_backlogo {
    width: 1655px;
    height: 370px;
    position: absolute;
    left: -100px;
    right: 0;
    top: 94px;
    background: url(../images/warely-backlogo.png) no-repeat;
    background-size: 132%;
}

.our_team::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -40px;
    width: 590px;
    height: 560px;
    background: url("../images/join-bg.png") no-repeat;
    opacity: 0;
    display: none;
}

.our_team::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 18%;
    width: 220px;
    height: 694px;
    background: url("../images/banner-2.png") no-repeat right;
    display: block !important;
}

.our_team .team_title {
    padding-left: 0;
    max-width: 500px;
    margin-left: auto;
    font-size: 45px;
    font-weight: 800;
    color: #000000;
    letter-spacing: 25px;
    line-height: 140%;
}

.team_list {
    padding: 0 45px 0 100px;
}

.team_list li {
    width: 50%;
    float: left;
    margin: 0 0 205px;
    position: relative;
    cursor: pointer;
}

.team_list li:nth-child(2n) {
    float: right;
    margin-top: 90px;
    margin-bottom: 10px;
    padding-left: 50px;
}

.team_list li:nth-child(2n+1) {
    margin-top: -100px;
    padding-right: 50px;
    clear: both;
}


.img_wrap {
    float: left;
    padding-right: 60px;
    width: 274px;
    margin-left: -3px;
}

.team_list li:nth-child(2n) .img_wrap {
    padding-right: 45px;
    width: 259px;
}

.img_wrap img {
    height: 228px;
    border-radius: 12px;
}

h2.team_name {
    font-size: 22px;
    color: #000000;
    letter-spacing: 2px;
    font-weight: 700;
    margin: 20px 0 0;
}

.team_list .sub_text {
    font-size: 12px;
    color: #000000;
    font-weight: 500;
    letter-spacing: 1px;
    text-shadow: 0 0 black;
}

.team_con {
    font-size: 12px;
    color: rgb(0, 0, 0);
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 2px;
    font-family: Montserrat, sans-serif;
    position: absolute;
    max-width: 285px;
    left: 0px;
    transform: translateX(0px);
    transition: all 0.5s ease-in-out 0s;
    opacity: 0;
    word-break: break-word;
}

.team_list li:hover .team_con {
    transform: translateX(230px);
    opacity: 1;
}

.team_list li:nth-child(2n) .team_con {
    left: 50px;
}

.team_list li:nth-child(2n):hover .team_con {
    transform: translateX(230px);
    opacity: 1;
}

.ciff_cont_about {
    padding: 200px 0;
    position: relative;
}

.ciff_left {
    padding-left: 200px;
}

.ciff_left h2 {
    max-width: 690px;
    font-size: 48px;
    line-height: 78px;
    letter-spacing: 8px;
    font-weight: 700;
    margin: 0 0 45px;
}

.ciff_right {
    position: absolute;
    top: -40px;
    right: 0;
    bottom: 0;
    width: 68%;
    height: 100%;
    background: url(../images/bg4.jpg) no-repeat;
    opacity: 0.1;
    z-index: -1;
}

.ciff_cont_about::before {
    content: "";
    position: absolute;
    right: -49px;
    bottom: 0;
    background: url("../images/career-bg1.png") no-repeat right top;
    width: 550px;
    height: 205px;
    opacity: 1;
    background-size: 550px;
}

html .ciff_left a {
    height: 105px;
    line-height: 105px;
    text-transform: uppercase;
    padding-right: 20px;
    padding-left: 40px;
}

.our_personality {
    padding: 180px 0 50px;
    position: relative;
}

.our_personality::after {
    content: "";
    display: block;
    clear: both;
}

.vision_leftBackImage {
    position: absolute;
    right: -10px;
    bottom: 0;
}

.our_personality h2 {
    padding-left: 190px;
    color: #000000;
    font-size: 50px;
    line-height: 160%;
    letter-spacing: 30px;
    max-width: 685px;
    position: absolute;
    top: 281px;
    right: 598px;
    z-index: 1;
}

.personality_wrap {
    display: flex;
    align-items: flex-end;
}

.personality_left {
    margin: 0 0 0 70px;
    max-width: 450px;
    width: calc(50% - 70px);
    float: left;
}

.personality_left ul {
    position: relative;
}

.personality_left ul::after {
    content: "";
    position: absolute;
    left: 9px;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 175px;
    border-left: 1px solid #BBBBBB;
    margin: auto;
    z-index: -1;
}

.personality_left li {
    margin: 0 0 30px 45px;
    position: relative;
    height: 57px;
    line-height: 57px;
    background: #000000;
    font-size: 30px;
    color: #CDCDCD;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    letter-spacing: 20px;
    padding: 0 38px;
    border: 1px solid #000;
    cursor: pointer;
}

.personality_left li:hover {
    background: #fff;
    color: #ED1C29;
}

.personality_left li::after {
    content: "";
    position: absolute;
    right: -19px;
    top: -1px;
    bottom: -1px;
    width: 50px;
    background: #000;
    transform: skew(-32deg, 0);
    border: 1px solid #000;
    /* margin: 0 0 -1px; */
    border-left: 0;
}

.personality_left li:hover:after {
    background: #fff;
}

.personality_left li::before {
    content: "";
    position: absolute;
    left: -42px;
    top: 0;
    bottom: 0;
    width: 13px;
    height: 13px;
    background: #9E9E9E;
    border-radius: 100%;
    margin: auto;
    border-left: 0;
}

.personality_left li:hover:before {
    background: #ED1C29;
}

.personality_right {
    float: right;
    width: 50%;
    margin-left: auto;
    min-height: 638px;
}

.personality_right img {
    width: 576px;
    height: 390px;
}

.fun_content {
    float: right;
    margin-right: -10px;
}

.simple_content,
.together_content,
.fun_content {
    transform: translateX(100%);
    float: right;
    transition: all 1s ease-in-out;
    margin-right: -10px;
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0;
}

.personality_right .vision_desc {
    font-size: 18px;
    line-height: 39px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    max-width: 470px;
    margin-left: auto;
    padding: 40px 0 50px;
    letter-spacing: 1px;
    position: relative;
    color: #fff;
}

.fun_content.active,
.simple_content.active,
.together_content.active {
    transform: translateX(0);
    opacity: 1;
    transition-delay: 0.5s;
}

.personality_left li.active {
    background: #fff;
    color: #ED1C29;
}

.personality_left li.active::after {
    background: #fff;
}

.personality_left li.active::before {
    background: #ED1C29;
}

.our_team .red_title {
    margin-left: 86px;
}

/**15-07-2021*/
.team_con p {
    margin: 0;
}

/**15-07-2021*/



/**************responsive******************************/

@media (min-width: 1700px) and (max-width: 3000px) {
    .our_team .warely_backlogo {
        width: auto;
        height: 400px;
        background-size: 100%;
        top: 154px;
        left: 0;
    }

    .team_list {
        max-width: 1310px;
        margin: 0 auto;
        padding: 0;
    }

    .our_team .team_title {
        margin-right: 12%;
    }

    .our_team::after {
        bottom: 13%;
        width: 370px;
        height: 764px;
    }

    .our_team::before {
        width: 780px;
        height: 741px;
        background-size: 1000px;
    }

    .img_wrap {
        width: 335px;
    }

    .img_wrap img {
        height: 292px;
        border-radius: 12px;
        width: 274px !important;
    }

    .team_con {
        font-size: 15px;
        line-height: 24px;
        letter-spacing: 1px;
        max-width: 305px;
        opacity: 0;
    }

    .team_list li:nth-child(2n) .img_wrap {
        width: 320px;
    }

    .team_list li:hover .team_con {
        -webkit-transform: translateX(305px);
        transform: translateX(305px);
        opacity: 1;
    }

    .team_list li:nth-child(2n):hover .team_con {
        -webkit-transform: translateX(305px);
        transform: translateX(305px);
        opacity: 1;
    }

    .mission_con h2 {
        margin-left: -340px;
    }

    .vision_leftBackImage {
        width: 1055px;
        background: url("../images/about-personality-bg.png");
        background-position: bottom;
        height: 685px;
    }

    .vision_leftBackImage img {
        width: 1000px !important;
        height: 920px;
        display: none;
    }

    .our_personality h2 {
        top: 30%;
        right: 1073px;
    }

    .personality_right {
        min-height: 685px;
    }

    .fun_content>div:first-child,
    .simple_content>div:first-child,
    .together_content>div:first-child {
        margin-right: 510px;
    }

    .personality_right img {
        width: 640px;
        height: 400px;
        margin-left: 0;
    }

    .personality_right .vision_desc {
        max-width: 470px;
        margin: 0 0 0 30%;
    }

    /***15-07-2021******/
    .vision_rightImage::before,
    .vision_leftImage::before {
        width: 458px;
    }

    .vision_con {
        /* padding: 25px 0 100px 90px; */
        padding: 215px 0 0 20.8%;
    }

    .mission_con {
        padding-top: 170px;
        padding-left: 40px;
        padding-right: 23.8%;
    }

    .personality_left {
        margin: 0 0 0 170px;
        width: calc(50% - 170px);
    }

    .ciff_right {
        width: 60%;
    }

    .ciff_cont_about::before {
        right: -89px;
        width: 720px;
        height: 270px;
        background-size: 720px;
    }

    .ciff_left {
        padding-left: 25%;
    }

    .ciff_left h2 {
        max-width: 830px;
        font-size: 45px;
        line-height: 72px;
        letter-spacing: 18px;
        margin: 0 0 45px;
    }

    /***15-07-2021******/


}

@media (min-width: 1024px) and (max-width: 1199px) {
    .banner_about {
        padding: 150px 0 130px;
    }

    .banner_about .banner_logo {
        padding-bottom: 60px;
    }

    .banner_content {
        max-width: 790px;
        padding-bottom: 60px;
    }

    .vision_con {
        padding: 5px 0 60px 30px;
    }

    .vision_con h2,
    .mission_con h2 {
        font-size: 35px;
        letter-spacing: 18px;
        margin: 0 0 30px;
    }

    .mission_con {
        padding-top: 45px;
        padding-left: 0;
        padding-right: 40px;
    }

    .mission_con h2 {
        margin-left: -180px;
    }

    .our_personality {
        padding: 70px 0 50px;
    }

    .vision_leftBackImage {
        max-width: 560px;
    }

    .our_personality h2 {
        padding-left: 60px;
        font-size: 38px;
        letter-spacing: 25px;
        max-width: 685px;
        top: 201px;
        right: 212px;
    }

    .personality_left {
        margin: 0 0 0 20px;
        width: calc(50% - 70px);
    }

    .personality_left li {
        font-size: 25px;
        letter-spacing: 16px;
        padding: 0 28px;
    }

    .personality_right {
        min-height: 600px;
    }

    .personality_right img {
        width: 436px;
        height: 320px;
    }

    .personality_right .vision_desc {
        font-size: 16px;
        max-width: 400px;
        padding: 20px 55px 10px 20px;
    }

    .our_team .team_title {
        max-width: 500px;
    }

    .team_list {
        padding: 0 45px 0 20px;
    }

    .team_list li {
        margin: 0 0 70px;
    }

    .team_list li:nth-child(2n) {
        margin-top: 70px;
        margin-bottom: 0px;
        padding-left: 10px;
    }

    .team_list li:nth-child(2n+1) {
        margin-top: -50px;
        padding-right: 20px;
    }

    .img_wrap {
        padding-right: 20px;
        width: 216px;
    }

    .team_list li:nth-child(2n) .img_wrap {
        padding-right: 25px;
        width: 216px;
    }

    .img_wrap img {
        height: 208px;
        width: 190px !important;
    }

    .team_list li:nth-child(2n) .team_con {
        left: 10px;
    }

    .team_con {
        font-size: 11px;
        max-width: 250px;
    }

    .team_list li:hover .team_con {
        transform: translateX(210px);
    }

    .team_list li:nth-child(2n):hover .team_con {
        transform: translateX(210px);
    }

    .our_team::before {
        width: 470px;
        height: 430px;
        background-size: 600px;
    }

    .vision_rightImage::before,
    .vision_leftImage::before {
        width: 250px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .banner_about {
        padding: 100px 0 130px;
    }

    .banner_about .banner_logo {
        padding-bottom: 60px;
    }

    .banner_content {
        max-width: 790px;
        padding-bottom: 60px;
        padding: 0 50px 60px 15px;
        text-align: justify;
    }

    .vision_con {
        padding: 5px 0 30px 30px;
    }

    .vision_desc {
        font-size: 14px;
        line-height: 26px;
    }

    .vision_con h2,
    .mission_con h2 {
        font-size: 30px;
        letter-spacing: 15px;
        margin: 0 0 15px;
    }

    .mission_con {
        padding-top: 35px;
        padding-left: 0;
        padding-right: 50px;
    }

    .mission_con h2 {
        margin-left: -142px;
    }

    .our_personality {
        padding: 30px 0 30px;
    }

    .vision_leftBackImage {
        max-width: 450px;
    }

    .our_personality h2 {
        padding-left: 30px;
        font-size: 32px;
        letter-spacing: 22px;
        max-width: 475px;
        top: 90px;
        right: 212px;
    }

    .personality_left {
        margin: 0 0 0 10px;
        width: calc(50% - 70px);
    }

    .personality_left li {
        font-size: 18px;
        letter-spacing: 12px;
        padding: 0 18px;
        margin: 0 0 15px 30px;
        height: 45px;
        line-height: 45px;
    }

    .personality_left li::before {
        left: -28px;
    }

    .personality_left ul::after {
        height: 130px;
    }

    .personality_right {
        min-height: 420px;
    }

    .personality_right img {
        width: 315px;
        height: 230px;
    }

    .personality_right .vision_desc {
        font-size: 14px;
        max-width: 320px;
        padding: 10px 61px 21px 10px;
        line-height: 25px;
    }

    .our_team .team_title {
        max-width: 400px;
    }

    .team_list {
        padding: 0 45px 0 20px;
    }

    .team_list li {
        margin: 0 0 70px;
    }

    .team_list li:nth-child(2n) {
        margin-top: 70px;
        margin-bottom: 0px;
        padding-left: 10px;
    }

    .team_list li:nth-child(2n+1) {
        margin-top: -50px;
        padding-right: 20px;
    }

    .img_wrap {
        padding-right: 20px;
        width: 216px;
    }

    .team_list li:nth-child(2n) .img_wrap {
        padding-right: 25px;
        width: 216px;
    }

    .img_wrap img {
        height: 165px;
        width: 160px !important;
    }

    .team_con {
        font-size: 10px;
        max-width: 180px;
        line-height: 16px;
    }

    .team_list li:nth-child(2n) .team_con {
        left: 10px;
    }

    .team_list li:hover .team_con {
        transform: translateX(165px);
    }

    .team_list li:nth-child(2n):hover .team_con {
        transform: translateX(165px);
    }

    .our_team::before {
        width: 390px;
        height: 380px;
        background-size: 510px;
    }

    .ciff_left {
        padding-left: 40px;
        padding-right: 45px;
    }

    .ciff_left h2 {
        font-size: 38px;
        line-height: 68px;
        margin: 0 0 35px;
    }

    .ciff_cont_about::before {
        width: 420px;
        height: 135px;
        background-size: 430px;
    }

    .our_team .warely_backlogo {
        left: -100px;
        top: 194px;
        background-size: 100%;
        height: 180px;
    }

    .vision_leftImage:before,
    .vision_rightImage:before {
        width: 185px;
    }

    .vision_rightImage img,
    .vision_leftImage img {
        object-fit: cover;
    }
}

@media (max-width: 767px) {
    .banner_about .banner_logo {
        text-align: center;
        padding: 15px 15px 9px;
        position: static;
        top: 0;
        z-index: 9999;
        background: #fff;
        width: 100%;
        display: block;
        margin: 90px 0 20px;
    }

    html .scroll-button p,
    .scroll-button button {
        padding-top: 25px;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 0;
    }

    .banner_about .banner_logo img {
        height: 65px;
        width: 314px;
    }

    .banner_about {
        padding: 0px 0 30px;
    }

    .banner_content {
        max-width: 100%;
        line-height: 24px;
        padding: 20px 35px 40px 31px;
        font-size: 12px;
        text-align: left;
        font-weight: 600;
        margin: 0 0 40px;
    }

    .our_vision,
    .our_mission {
        flex-wrap: wrap;
        align-content: flex-end;
    }

    div#vision_sec {
        margin: 60px 0 0;
        align-items: flex-end;
    }

    .vision_rightImage,
    .vision_leftImage {
        height: 280px;
    }

    .vision_con {
        padding: 15px 45px 25px 31px;
        margin: 0 0 70px;
    }

    .vision_con h2,
    .mission_con h2 {
        font-size: 24px;
        letter-spacing: 2px;
        margin: 0 0 20px;
        width: 200px;
    }

    .our_mission .mission_con h2 {
        margin: 0 0 20px -92px;
    }

    .vision_desc {
        font-size: 12px;
        line-height: 24px;
        width: 245px;
        color: #000000;
        font-weight: 600;
        position: relative;
        z-index: 1;
    }

    .mission_con {
        padding: 30px 35px 30px 15px;
        margin: 30px 0 0 -80px;
    }

    .vision_rightImage::before,
    .vision_leftImage::before {
        width: 190px;
        height: 100%;
    }

    .our_mission .vision_desc {
        padding-right: 28px;
    }

    .our_personality {
        padding: 60px 0 50px;
        position: relative;
    }

    .our_personality h2 {
        padding: 0 0 15px 20px;
        font-size: 24px;
        letter-spacing: 3px;
        max-width: 275px;
        position: static;
        line-height: 138%;
    }

    .personality_wrap {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    .personality_left {
        margin: 0px 15px 30px 35px;
        max-width: 280px;
        width: 100%;
    }

    .personality_left li {
        font-size: 20px;
        letter-spacing: 12px;
        padding: 0 15px;
        margin: 0 0 20px 25px;
        height: 39px;
        line-height: 39px;
    }

    .personality_left li::before {
        left: -29px;
        width: 9px;
        height: 9px;
    }

    .personality_left li::after {
        width: 30px;
    }

    .personality_left ul::after {
        height: 145px;
        display: none;
    }

    .personality_right {
        width: 100%;
        min-height: 312px;
        margin: 0 0 50px;
    }

    .simple_content,
    .together_content,
    .fun_content {
        margin-right: -10px;
        bottom: auto;
        top: 160px;
    }

    .vision_leftTopImage {
        margin: 20px 40px 0 0;
    }

    .personality_right img {
        width: 306px;
        height: 182px;
    }

    .personality_right .vision_desc {
        font-size: 9px;
        line-height: 16px;
        max-width: 350px;
        padding: 10px 37px 20px 10px;
        margin: 0 10px 0 auto;
        width: 260px;
    }

    .vision_leftBackImage {
        bottom: auto;
        top: 150px;
    }

    .vision_leftBackImage img {
        width: 345px;
        height: 322px;
        display: block;
    }

    .our_team {
        padding-top: 60px;
    }

    .our_team .team_title {
        max-width: 120px;
        margin: 0 70px 0 auto;
        font-size: 24px;
        letter-spacing: 5px;
        line-height: 1.3;
    }

    .our_team .red_title {
        margin-left: 28px;
    }

    .team_list {
        padding: 0 45px 0 15px;
    }

    .team_list li {
        width: 100%;
        float: none;
        margin: 0 0 80px;
    }

    .team_list li:nth-child(2n+1) {
        margin-top: 80px;
        padding-right: 0;
    }

    .team_list li:nth-child(2n) {
        margin-top: 0;
        margin-bottom: 80px;
        padding-left: 0;
    }

    .img_wrap {
        padding-right: 20px;
        width: 216px;
    }

    .team_list li:nth-child(2n) .img_wrap {
        padding-right: 25px;
        width: 216px;
    }

    .team_list li .team_con p {
        padding-right: 19px;
    }

    .ciff_cont_about .ciff_left h2 {
        padding-right: 35px;
    }

    .img_wrap img {
        height: 165px;
        width: 160px !important;
    }

    .team_con {
        font-size: 8px;
        max-width: 180px;
        line-height: 16px;
        opacity: 0;
    }

    .team_list li:nth-child(2n) .team_con {
        left: 0px;
    }

    .team_list li:hover .team_con {
        transform: translateX(165px);
        opacity: 1;
    }

    .team_list li:nth-child(2n):hover .team_con {
        transform: translateX(165px);
        opacity: 1;
    }

    .our_team::before {
        width: 180px;
        height: 192px;
        background-size: 260px;
        bottom: -10px;
    }

    .our_team::after {
        bottom: 24%;
        width: 100px;
        height: 344px;
        background-size: 390px;
    }

    .ciff_cont_about {
        padding: 60px 0;
    }

    .ciff_cont_about::before {
        width: 120px;
        height: 130px;
        background-size: 210px;
        right: 0;
        background-position: 0 top;
    }

    .ciff_left {
        padding-left: 20px;
    }

    .ciff_left h2 {
        font-size: 24px;
        line-height: 38px;
        margin: 0 0 25px;
        letter-spacing: 2px;
        font-weight: 800;
    }

    html .ciff_left a {
        height: 50px;
        line-height: 50px;
        padding: 0 20px;
    }

    .ciff_right {
        top: 10px;
        width: 100%;
        height: 100%;
        background-size: contain;
    }

    .our_team .warely_backlogo {
        height: 200px;
        top: 24px;
        background-size: 60%;
    }

    .vision_leftImage>div,
    .vision_rightImage>div {
        display: block !important;
    }

    .vision_leftImage img,
    .vision_rightImage img {
        object-fit: cover;
        display: block;
    }

    /*.mission_con h2 .white_title {
	    color: #000;
	}*/
    /*h2.team_name, .team_list .sub_text {
	    display: none;
	}*/
    .our_personality h2 .white_title {
        color: #EB1A27;
    }


}


@media (min-width: 480px) and (max-width: 767px) {
    .personality_left {
        width: 40%;
        float: left;
    }

    .personality_right {
        float: right;
        width: 50%;
    }

    .team_list {
        padding: 60px 45px 0 15px;
    }

    .team_list li {
        float: left;
        width: 50%;
        margin: 0 0 40px;
    }

    .team_list li:nth-child(2n+1) {
        margin: -40px 0 0;
        padding-right: 10px;
    }

    .team_list li:nth-child(2n) {
        margin-top: 40px;
        margin-bottom: 0;
    }

    .team_con {
        max-width: 130px;
        font-size: 8px;
        letter-spacing: 0.5px;
    }
}




/*****font-family*

font-family: 'Montserrat', sans-serif;
font-family: 'Roboto', sans-serif;

**/