.org img{max-width:100%;}
.org .flex {display:flex; flex-wrap: wrap;  justify-content: space-between; }
.org .flex .item {margin:0;  width:16%; 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:12px 5px; 
font-weight:600; margin:10px 5px; color:#e51f1f; font-size:18px;}
.org .flex .item .txt{border:1px solid #dfdfdf; box-shadow:1px 2px 7px rgb(0,0,0,0.1); padding:8px 10px; 
font-weight:600; margin:10px 5px;}
.org .flex .item .txt li {border-bottom:1px solid #dfdfdf; padding:9px 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:49%;}	
}
@media (max-width: 640px) {
}
@media (max-width: 480px) {
}
@media (max-width: 320px) {
}
