@import url("https://fonts.dubuplus.com/css?family=Montserrat");



.sub img {width:100%;margin-bottom:10px;}



.sub dl {overflow:hidden;
	padding:20px;}
.sub dl dt {float:left;width:30%;margin-top:10px;
	font:600 43px/1 'Montserrat';color:#333;}
.sub dl dd {float:right;width:70%;border-top:1px solid #dfdfdf;border-bottom:1px solid #dfdfdf;
	padding:10px;}
.sub dl dd+dd {border-top:0;}
.sub dl dd span {display:inline-block;width:60px;border:1px solid #2D77B1;margin-right:20px;
	font-weight:500;font-size:.8em;text-align:center;color:#2D77B1;
    border-radius:50px;vertical-align:middle;}


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

/* mobile */
@media screen and (max-width:768px){
    .sub dl dt,
    .sub dl dd {float:none;width:100%;}
    
    
    .sub dl dt {margin-top:0;margin-bottom:10px;
    	font-size:27px;text-align:center;}
}
