body {
    background-color: #f5f5f5 !important;
}
.blog-head {
    font-size: 28px;
    margin-top: 20px;
    font-family: 'Rajdhani', sans-serif;
  }
  .blog-detail {
    font-size: 13px;
    color: #595959;
  }
  .blog-mid-head {
    font-size: 17px;
    font-weight: 700;
    margin-top: 20px;
    color: #000;
  }
.recent-post-list li {
    margin-bottom: 12px;
    border-bottom: 1px dashed #c5c5c5;
    padding-bottom: 7px;
  
}
.recent-post-list li:last-child{
    border-bottom: 0;
}
.recent-post-list li a {
    /* color: #595959; */
    font-size: 15px;
    font-weight: normal;
    color: #000;
}