.events{
  font-size:14px;
  color:#999;
}
.events ul li{
  list-style:none;
  margin:20px 0;
  padding:0 20px 20px;
  border-bottom:1px dotted #ECECEC;
}
.events ul li span.events-type{
  font-size:14px;
  margin-bottom:5px;
  color:#ed8446;
}
.events ul li .events-title{
  font-size:26px;
  font-weight:600;
}