.recent_posts h5 {
  font-size: 22px;
  color: #030201;
  text-transform: uppercase;
  margin: 20px 0;
}
.recent_posts li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  width: 100%;
}
.recent_posts li:not(:last-child) {
  border-bottom: 1px solid #ebebeb;
}
.recent_posts a {
  color: #f4852c;
}
