body {
  background-repeat: no-repeat;
  background-image: url(/assets/images/bg-top-3.svg);
  background-position: top;
  background-size: contain;
}
.blog-title {
  font-size: 18px;
  margin-top: 5px;
  font-weight: 600;
}
.pagenum {
  width: 31px;
  height: 31px;
}
.fa-chevron-right {
  font-size: 12px;
}
.min-height-185px {
  min-height: 185px;
}
