.cs-blog-post-wrapper {
  padding: 80px 0;
}
.post-item {
    margin-bottom:35px;
  }
  .post-item .post-content {
    background: #f7f7f7;
    padding: 15px 20px 30px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .post-item .featured-img {
    display: block;
    font-size: 0;
  }
  .post-item .post-inner .featured-img img {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    aspect-ratio: 16 / 9;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .post-item .post-content h2 {
    color: #101010;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.41;  
    text-transform: capitalize;
  }
  
  .post-item a {
    text-decoration: none;
  }
  
  .blog-tags a {
    color: #EE0D08;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.8;
  }
  
  .post-item .post-content .post-excerpt {
    font-size: 16px;
    line-height: 26px;
  }
  .post-item .meta {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin-top: 30px;
  }
  .post-item .meta .dot-seperator {
    margin: 0 8px;
  }
  .hs-pagination {
    margin: 50px 0;
  }
  
  .post-item .post-inner {
    height: 100%;
    background: #f7f7f7;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .blog-post-banner {
    position: relative;
    padding: 150px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  
  .blog-post-banner::after {
    content: "";
    background: rgba(0, 0, 0, 0.80);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .blog-post-banner img {
    border-radius: 8px;
    border-right: 2px solid #EE0D08;
    border-bottom: 2px solid #EE0D08;
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.20);
  }
  .blog-post-banner .content-wrapper {
    position: relative;
    z-index: 1;
    color: #fff;
  }
  
  .blog-post-banner .content-wrapper h1 {
    color: #fff;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;  
  }
  
  .blog-post-banner .content-wrapper a {
    color: #fff;
    text-decoration: none;
  }
  
  .blog-post-banner  .dot-seperator {
    margin: 0 10px;
  }
  .blog-post-banner .content-wrapper .meta {
    font-size: 18px;
    line-height: 155%;
  }
  .blog-related-posts__post .post-inner {
    border-radius: 6px;
    background: #F7F7F7;
    height:100%;
  }
  
  .blog-related-posts__post {
    width: 25%;
    padding: 0 15px;
  }
  
  .blog-related-posts__post-image-wrapper img {
    width: 100%;
  }
  .blog-related-posts__content a{
    text-decoration:none;
  }
  .blog-related-posts__content {
    padding: 20px;
  }
  
  .blog-related-posts__content h3 {
    color: #2C302F;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    text-transform: capitalize;
  }
  
  .blog-related-posts__content h3 a {
    text-decoration: none;
  }
  
  .blog-related-posts__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
  
  .blog-related-posts h2 {
    color: #101010;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25; 
    margin: 0 0 40px;
  }
  
  
  /**** Featured post ****/
  
  .featured-post-wrapper .item-with-image {
    display: flex;
  }
  
  .featured-post-wrapper .item-with-image .item-with-image__inner-content {
    width: 50%;
    background: #ee0d08;
    color: #fff;
  }
  
  .featured-post-wrapper .img-wrap {
    width: 50%;
  }
  
  .featured-post-wrapper .img-wrap .item-with-image__image {
    height: 100%;
    display: block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  .featured-post-wrapper .img-wrap > a {
    height: 100%;
    display: block;
  }
  
  .featured-post-wrapper .item-with-image .item-with-image__inner-content h1 a {
    color: #fff;
    text-decoration: none;
  }
  .featured-post-wrapper .item-with-image.no-img .item-with-image__inner-content {
    width: 100%;
  }
  .featured-post-wrapper .item-with-image__inner-content .c-inner.contnt {
    padding: 67px 80px;
  }
  .featured-post-wrapper .featured-meta img {
    width: 46px;
    height: 46px;
    border-radius: 100%;
    vertical-align: middle;
    border: 1px solid #FFF;
    margin-right: 15px;
  }
  .featured-post-wrapper .featured-meta .dot-seperator {
    margin: 0 8px;
  }
  .featured-post-wrapper h1 {
    color: #FFF;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 20px;
  }
  
  .featured-post-wrapper .meta-description {
    font-size: 16px;
    line-height: 150%;
  }
  .featured-post-wrapper .blog-tags a {
    color: #F7F7F7;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
  }
  .featured-post-wrapper .featured-meta {
    font-size: 17px;
    line-height: 141.176%;
    font-weight: 500;
  }
  
  .featured-post-wrapper .featured-meta a {
    color: #fff;
    text-decoration: none;
  }
  
  .cs-blog-post-wrapper .content-wrapper{
    max-width:916px;
  }
  
  
  .author-box {
    border-radius: 6px;
    background: #FFF3E6;
    padding: 50px 40px;
    margin-bottom: 40px;
  }
  .author-box .avatar {
    border: 5px solid #fff;
    margin-top: -6px;
    margin-left: -5px;
    margin-right:20px;
    border-radius: 50%;
    float: left;
  }
  .author-box .author-box-title {
    margin-bottom: 30px;
  }
  
  .author-box::before {
    display: table;
    content: " ";
  }
  
  .author-box::after {
    display: table;
    clear: both;
    content: " ";
  }
  
  .author-box .author-box-title span {
    color: #222;
    display: block;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .57px;
    text-transform: uppercase;
  }
  
  .author-box .author-box-title  a {
    text-decoration: none;
  }
  
  .author-box .other-posts-link {
    margin-top: 20px;
  }
  
  .author-box .other-posts-link a {
    font-weight: 700;
    text-decoration: none;
  }
  
  .author-box .author-box-content {
    font-size: 16px;
    line-height: 1.5;
  }
  
  
  
  
  .post-social-share {
    margin: 50px 0;
  }
  
  .post-social-share ul.share-list {
    list-style: none;
    padding: 0;
    margin: 0 -5px;
  }
  .post-social-share ul.share-list .sr-only {
    display: none !important;
}
  
  .post-social-share li {
    display: inline-block;
    margin: 0 5px;
  }
  
  .post-social-share h4.title {
    color: #101010;
  }
  
  .post-social-share li a {
    background: #fff3e6;
    width: 40px;
    height: 40px;
    display: inline-flex;
    line-height: 40px;
    text-align: center;
    justify-content: center;
    border-radius: 3px;
    align-items: center;
  }
  .post-social-share li.facebook a svg {
      width: 25px;
      height: 25px;
  }
  .post-social-share li.linkedin a svg {
      width: 21px;
  }
  section.blog-related-posts {
    padding-bottom: 80px;
}
  /**** Recomended posts ****/
  
  .blog-recomemded-posts h2 {
    color: #101010;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25;
    margin: 0 0 40px;
  }
  .blog-recomemded-posts .blog-posts-list {
    column-gap: 20px;
    row-gap: 30px;
    display: grid;
    grid-template-columns: auto auto auto auto;
  }
  
  .blog-recomemded-posts .blog-post-item .post-inner {
    border-radius: 6px;
    background: #F7F7F7;
  }
  
  .blog-recomemded-posts .blog-post-item .post-inner .blog-tags a {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
  }
  
  .blog-recomemded-posts .blog-post-item .blog-related-posts__post-image-wrapper {
    font-size: 0;
  }
  
  .blog-recomemded-posts .blog-post-item .blog-related-posts__post-image-wrapper img {
    display: block;
  }
  .cs-blog-listing .section-title h2 {
    color: #12181C;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%; 
    margin: 0;
  }
  
  .cs-blog-listing .section-title {
    margin-bottom: 52px;
  }
  
  .cs-blog-listing .section-title h6 {
    color: #FF5B27;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 155.556% */
    text-transform: uppercase;
    margin: 0 0 10px;
  }
  @media(min-width:768px){
    .featured-post-wrapper .img-wrap {
      position: relative;
    }
  
    .featured-post-wrapper .featured-article {
      color: #FFF;
      text-align: center;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 150%;
      position: absolute;
      border-radius: 6px;
      background: #EE0D08;
      padding: 5px;
      right: 80px;
      top: 80px;
    }
    .cs-blog-listing .button-wrapper {
        display: flex;
        justify-content: end;
    }
  }
  @media(max-width:1024px){
    .featured-post-wrapper .item-with-image__inner-content .c-inner.contnt {
      padding: 67px 30px;
    }
    .blog-recomemded-posts .blog-posts-list {
      display: grid;
      grid-template-columns: 2fr 2fr;
    }
  
    .author-box {
      padding: 50px 40px;
    }
  }
  @media(max-width:767px){
    section.blog-related-posts {
      padding-bottom: 50px;
  }
    .cs-blog-post-wrapper {
      padding: 50px 0;
  }
    .blog-post-banner {
      padding: 80px 0;
    }
    .blog-post-banner .post-image{
      margin-bottom: 30px;
    }
    .blog-post-banner .content-wrapper h1 {
      font-size: 35px;
    }
    .featured-post-wrapper .featured-article{
      display:none;
    }
    .blog-related-posts__post {
      width: 100%;
      margin-bottom: 30px;
    }
    .featured-post-wrapper .item-with-image {
      flex-wrap: wrap;
      flex-direction: column-reverse;
    }
    .featured-post-wrapper .img-wrap {
      width: 100%;
    }
    .featured-post-wrapper .item-with-image .item-with-image__inner-content {
      width: 100%;
    }
    .blog-recomemded-posts .blog-posts-list {
      display: block;
    }
  
    .blog-recomemded-posts .blog-posts-list .blog-post-item {
      margin-bottom: 30px;
    }
    .featured-post-wrapper .item-with-image__inner-content .c-inner.contnt {
      padding: 50px 20px;
    }
    .cs-blog-listing .section-title .button-wrapper {
      margin-top: 30px;
    }
  
    .author-box {
      padding: 20px;
    }
  }