.blog-section .post-title a {
  padding: 10px 0px;
  font-weight: normal;
  font-size: 30px;
  font-size: 25px;
  color: rgb(0, 138, 221);
}
.blog-single-post-info {
  /*border-top: 1px solid rgba(196, 196, 196, 0.24);*/
  /*border-bottom: 1px solid rgba(196, 196, 196, 0.24);*/
  font-size: 16px;
  /*background-color: rgba(242, 242, 242, 0.98);*/
  padding: 0px 5px !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.blog-section .time-post-link {
  padding: 5px 0px !important;
}
@media screen  and (max-width:440px){
  .blog-single-post-info {
    background-color: rgb(232, 232, 232);
    border-radius: 4px;
  }
}