.post-views {
   background: #fff;
}

.section-title h2, .page-title h2 {
   font-size: 36px;
}
.h3, h3 {
   font-size: 22px;
}
@media (max-width: 767px) {
   .section-title h2 {
      font-size: 27px;
   }
   .navbar-nav {
      margin-top: 30px;
   }
}
@media (max-width: 479px) {
   .section-title h2 {
      font-size: 22px;
   }
}