.sub p {font-size:17px; font-weight:300; letter-spacing:-1px;}
.sub h3 {font-size: 24px; margin-bottom: 10px;}
.sub h3:before {content:''; display:inline-block; background:#1d6da7; width:7px; height:20px; border-radius:20px;}

.sub ul {margin-top:50px;}
.sub ul li {display:inline-block; width:45%;text-align:center;}
.sub ul li:last-child{margin-left:50px;}
.sub ul li img {width:100%; border:1px solid #eee;}
.sub ul li span {    font-size: 20px;padding:5px 0; background: #1d6da7;   color:#fff;   display: block; }


/* tablet */
@media screen and (min-width:768px) and (max-width:991px){
}

/* mobile */
@media screen and (max-width:767px){
    .sub ul li {width:100%; }
    .sub ul li:last-child{margin-left:0; margin-top:20px;}
    .sub p {font-size:15px; }
}
