.gp-teacher14 {}
.gp-teacher14 .item {margin-bottom: 20px;}
.gp-teacher14 .item .gp-title{border-bottom: 1px solid #004a99;padding-bottom: 10px;margin-bottom: 20px;} 
.gp-teacher14 .item .gp-title h2{font-weight: normal;} 
.gp-teacher14 .item h3{font-weight: normal;padding: 12px 0;} 
.gp-teacher14 .item .gp-title + h3{padding-top: 0;}
.gp-teacher14 .item ul{display: flex;flex-wrap: wrap;list-style: none;margin: 0 -10px;}
.gp-teacher14 .item ul li{width: 20%;margin-bottom: 10px;}
.gp-teacher14 .item ul li a{display: block;margin: 0 10px;background: #f5f5f5;box-sizing: border-box;padding: 10px 20px;}

@media screen  and (max-width:996px) { 
    .gp-teacher14 .item ul li{width: 25%;}
}
@media screen  and (max-width:768px) { 
    .gp-teacher14 .item ul li{width: 33.3%;}
}
@media screen  and (max-width:480px) { 
    .gp-teacher14 .item ul li{width: 50%;}
}