.ceobackdata ul li:before {
    content: "\f138";
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: 'FontAwesome';
    padding-right: 10px;
    left: 0;
}
.ceobackdata ul {
    list-style: none;
    padding: 0px;
}
.ceobackdata li {
    color: white;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
}
.ceoprofilearea {
    background: #e6e6e6;
    padding: 50px 10px;
}
.ceoprofiledata h2 {
    font-size: 50px;
    font-weight: 700;
    color: #475661;
    margin-top: 63px;
}
.ceoprofiledata p {
    font-size: 27px;
    color: #475661;
    font-weight: 500;
}
.ceoprofileimg img {
    margin: 0 auto;
}
.ceoback {
    background: #475661;
    padding: 50px 10px;
}
.ceobackdata p {
    color: white;
    font-size: 25px;
    font-weight: 400;
    margin-top: 20px;
}






@media only screen and (max-width : 768px) {
    .ceoprofiledata h2 {
        margin-top: 0px;
    }
    .ceoprofileimg img {       
        margin-top: 25px;
    }
    .ceoprofiledata h2 {
        margin-top: 35px !important;
    }
    .ceoprofileimg img {
        margin-top: 35px;
    }
   
}