.org img{max-width:100%;}
.org .ceo {width:150px; height:150px; margin:0 auto 45px auto; background-color:#3b3786; color:#fff; border-radius:50%;
text-align:center; padding-top:60px; font-size:18px; font-weight:500;}
.org .flex {display:flex; flex-wrap: wrap;  justify-content: space-between; }
.org .flex .item {margin:0; flex: 1; padding:0px; text-align:center; font-size:16px;}
.org .flex .item .tit{border:1px solid #dfdfdf; box-shadow:1px 2px 7px rgb(0,0,0,0.1);  padding:15px 5px; 
font-weight:500; margin:10px 10px; color:#fff; background:#7e7e95; font-size:18px;}
.org .flex .item .tit2 {background:#7e9d91 !important;}
.org .flex .item .txt{border:1px solid #dfdfdf; box-shadow:1px 2px 7px rgb(0,0,0,0.1); padding:5px 10px; 
font-weight:500; margin:20px 10px;}
.org .flex .item .txt li {border-bottom:1px solid #dfdfdf; padding:12px 0px;}
.org .flex .item .txt li:last-child {border-bottom:0;}

/*---------------------------------------
  MOBILE RESPONSIVE              
-----------------------------------------*/
@media (max-width: 1023px) {
}
@media (max-width: 768px) {	
.org .flex .item { width:50%; flex: 1 40%;}	
}
@media (max-width: 640px) {
}
@media (max-width: 480px) {
}
@media (max-width: 320px) {
}
