.edu div {margin-bottom:70px;}
.edu h3 {font-size:25px;margin-bottom:30px;}
.edu h3:after {content:''; display:block; width:35px; height:3px; background:#308da9; margin-right:5px;  margin-top:4px; }
.edu p {font-size: 17px;color:#555; line-height:25px; font-weight: 300;margin-bottom:5px; letter-spacing: -0.8px;margin-bottom:20px;}
.edu p strong {display:block;color:#333; font-size:18px; margin-bottom:5px;}
.edu .tit { font-size: 20px; font-weight: 600; color:#333; margin-bottom:10px;}
.edu ul {margin-bottom:20px;}
.edu ul li { font-size: 17px;color:#555; line-height:25px; font-weight: 300;margin-bottom:5px; letter-spacing: -0.8px;}
.edu ul li:before {    content: '';    display: inline-block;    width: 3px;    height: 3px;    background: #848484;    margin-right: 5px;    margin-bottom: 5px;    border-radius: 10px; }
.edu ul li span {display:block; padding:5px 10px;}
      
.edu table{width:100%;border-collapse:collapse; border-top: 3px solid #5ba6d4;}
.edu table th,
.edu table td{padding:10px 20px;border:1px solid #e2e2e2;line-height:1.5em; letter-spacing: -1px;}
.edu table th{background: #f0f2f3; color: #333; border: 1px solid #e2e2e2;font-weight: 500;font-size: 18px;}
.edu table td{text-align:left;color: #666;font-size: 17px;font-weight: 300;}

.bg {    background: #f9f9f9 !important;}
/* tablet */
@media screen and (min-width:768px) and (max-width:991px){
}

/* mobile */
@media screen and (max-width:767px){
    .edu h3 {font-size:22px;}
    .edu .tit {font-size:18px;}
    .edu p , .edu ul li { font-size: 16px;}
    .edu p br{display:none;}
    
}





