.penci-home-popular-posts {
  padding: 25px 0 0;
  border: none;
  border-top: 1px solid #dedede;
  position: relative;
  margin-bottom: 60px;
}
.penci-home-popular-post {
  margin-left: -10px;
  margin-right: -10px;
  width: 100%;
  width: calc(120%);
}
.penci-home-popular-post .item-related h3 a {
  text-transform: uppercase;
}
.home-pupular-posts-title {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  transform: translateY(-55%);
  -webkit-transform: translateY(-55%);
  -moz-transform: translateY(-55%);
  text-align: center;
  font-size: 18px;
  color: #313131;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.home-pupular-posts-title span {
  font-size: inherit;
  color: inherit;
  padding: 0 18px;
  line-height: 1;
  display: inline-block;
  background: #fff;
}