@import url("https://fonts.dubuplus.com/css?family=Play");
.history dl{overflow:hidden; margin:0 0 45px; border-bottom:1px dotted #ccc; padding:0 0 45px;}
.history dl dt{font-size:38px; font-weight:bold; font-family: 'Play'; color:#a07857; float:left; width:30%; padding:0 0 0 15px;}
.history dl dd{float:right; width:70%;}
.history dl dd ul{overflow:hidden;}
.history dl dd ul li:before{content:''; left:0; top:12px; width:7px; height:2px; background:#ccc; position:absolute; }
.history dl dd ul li{margin:0 0 12px; position:relative; padding:0 0 0 15px;}
.history dl dd ul li b{font-size:18px; font-family: 'Play'; position:absolute; left:15px;}
.history dl dd ul li p{font-size:15px; letter-spacing:-0.6px; color:#555; font-weight:100; padding:0 0 0 50px;}

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

/* mobile */
@media screen and (max-width:767px){
    .history dl dt{font-size:32px; float:none; width:100%; padding:0 0 20px 0;}
	.history dl dd{float:none; width:100%;}
    .history dl dd ul li b{font-size:17px;}
    .history dl dd ul li p{font-size:15px;  padding:0 0 0 40px;}
}
