.blog-post-items .single-blog-post .post-thumbnail {
    overflow: hidden;
    margin-bottom: 35px;
    max-height: 11rem;
    border-radius: 5px;
}
.hero-area-v10 {
    background-color: #0d0d1d;
    padding-top: 10px !important;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-top: 116px !important;
    height: 252px !important;
}
.post-excerpt p {
  font-size: 14px !important;
  text-align: left !important;
  line-height: 22px;
}
.blog-post-items .single-blog-post .post-meta li:not(:last-child) {
    margin-right: 25px;
    font-size: 12px;
}
.blog-post-items .single-blog-post .post-meta li {
     margin-bottom: 5px !important;
    font-size: 12px;
}
.separator{
  display:flex;
  align-items: center;
}

.separator .line{
  height: 2px;
  flex: 1;
  background: #e0e0e0;
  margin-left: 5px;
}

.separator span{
 padding: 3px 18px !important;
  background: #1a1a1a !important;
  color: #fff !important;
  border-radius: 50px;
  border: 1px solid #1a1a1a !important;
}


.blog-post-items .single-blog-post .list-thumbnail .post-thumbnail {
    max-width: 20rem;
     max-height: 11rem;
}
.blog-post-items .single-blog-post .post-meta li a {
    
    font-size: 12px !important;
    
}

.read-more-fm {
    margin-top: 5px !important;
    color: #ffbe09 !important;
      margin-bottom: 15px;
  
}
.blog-post-items .single-blog-post:not(:last-child) {
    margin-bottom: 30px !important;
    border-bottom: solid 1px #f2f6f9;
}

.post-pagination {
   margin-top: 25px !important;
}

@media screen and (max-width: 600px)
.hero-area-v10 .hero-content {
    padding-top: 48px !important;
}

@media screen and (max-width: 768px) {
  .blog-post-items .single-blog-post .list-thumbnail .post-thumbnail {
    max-width: 22rem;
}
 .blog-post-items .single-blog-post .post-thumbnail img {
   max-height: 100% !important;
  }
  