@import url("https://fonts.dubuplus.com/css?family=Play");
.concept h3{text-align:center; margin:40px 0 35px; font-size:28px; letter-spacing:-0.8px;}
.concept ul{overflow:hidden;}
.concept ul li{margin:0 0 20px; padding:0 0 20px; border-bottom:1px dotted #ccc; overflow:hidden;}
.concept ul li span{float:left; width:30px; height:30px; background:#a07857; text-align:center; color:#fff; font-family:'Play'; line-height:30px; font-size:18px; font-weight:bold; margin:0 15px 0 0;}
.concept ul li p{font-size:15px; float:right; width:94%;}
/* tablet */
@media screen and (min-width:768px) and (max-width:991px){
	.concept ul li p{ width:93%;}
}


/* mobile */
@media screen and (max-width:767px){
    .concept ul li p{ width:85%; font-size:14px;}
}
