.ceo {overflow:hidden;     padding: 50px 5%;}
.ceo p {font-size:18px; font-weight:300; color:#000; letter-spacing:-1px;}
.ceo p:nth-child(1){float:left; width:28%;margin-right:5%; text-align:center;}
.ceo p:nth-child(2){float:left; width:67%; background:url(/app/dubu_sourcecode/docs/imgs/1593087144_img.png) no-repeat 0 0 ; padding:50px 0 30px 40px;}
.ceo p img {    display: block;
    margin-bottom: 20px;
    width: 100%;
    border: 1px dashed #e6e6e6;
    padding: 20px;}
.ceo p strong {display:block;font-weight:500;font-size:34px;margin-bottom:30px; line-height:1.3;}
.ceo p strong span {color:#2e3192;}
/* tablet */
@media screen and (min-width:768px) and (max-width:991px){
}

/* mobile */
@media screen and (max-width:767px){
    .ceo p:nth-child(1){width:100%;margin-right:0%; margin-bottom:50px; }
    .ceo p:nth-child(2){ width:100%; background:none; padding:0;}
    .ceo p strong {font-size:25px;}

    .mo {display:none;}
}
