  .blog-page-list .post-list.modern .post-container {
    display: block;
    padding: 15px;
  }
  .blog-page-list .post-list.modern .post-container .post-image .image-container img{
    width: 100%;
    max-height: 300px;
    object-fit: cover;
  }
  
  .blog-page-list .post-list.modern {
    display: flex;
    flex-wrap: wrap;
  }
  
  .blog-page-list .post-list.modern .post-item.post-holder {
    flex: 1 1 25%;
    margin: 0;
    padding: 0;
    width: 25%;
    max-width: 25%;
    border-bottom: none;
  }
  
  .blog-page-list .column.main {
    width: 100%;
  }
  
  .blog-page-list .post-list .post-image {
    width: 100%;
    margin-bottom: 20px;
  }
  
  .blog-page-list .post-list.modern .post-info {
    padding: 0px;
    max-width: none;
    width: auto;
  }
  
  .blog-page-list .post-list-wrapper .post-name {
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 16px;
  }
  
  .blog-page-list .post-list-wrapper .post-more a {
    color: #DC3E37;
    font-weight: 600;
    font-size: 16px;
  }
  
  .blog-page-list .post-holder {
    border-bottom: none;
  }
  .blog-page-list .toolbar.toolbar-blog-posts {
    padding: 0px 15px;
  }
  .blog-page .post-date {
    text-align: center;
    display: block;
    font-weight: 700;
    color: #3CA2FE;
    ;
  }
  
  .blog-page .column.main {
    width: 100%;
  }
  
  .blog-page .post-featured-image img {
    display: block;
    margin: auto;
    width: 100%;
    max-height: 400px;
    object-fit: cover;
  }
  
  .blog-page .post-content p {
    font-size: 16px;
  }
  
  .blog-page .post-content {
    max-width: 800px;
    margin: 40px auto;
    line-height: 24px;
  }
  
  .blog-page .post-sharing-bottom {
    border: none;
    padding: 0px;
    margin: 0px;
  }
  
  .blog-page-list .post-categories {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .blog-page-list .post-categories span a{
    color: #fff;
    background: #DC3E37;
  }
  
  .blog-page-list .post-categories a,
  .blog-page-list.post-categories span {
    display: block;
    padding: 15px 30px;
    border: 2px solid #DC3E37;
    font-size: 1.4rem;
    font-weight: 600;
    text-align: center;
    color: #DC3E37;
  }
  
  .blog-page-list .post-categories li {
    flex: initial;
    margin: 10px 15px;
  }
  
  .recent-blogs .blog-wrapper .blog-container {
    display: flex;
    flex-wrap: wrap;
  }
  
  .recent-blogs .blog-wrapper .blog-container .blog-card {
    flex: 1 1 25%;
    margin: 0;
    padding: 0;
    width: 25%;
    max-width: 25%;
    list-style-type: none;
  }
  
  .recent-blogs .blog-wrapper .blog-container .blog-card .blog-info {
    padding: 15px;
  }
  
  .recent-blogs .blog-wrapper .blog-container .blog-card .blog-info .blog-image {
    margin-bottom: 20px;
  }
  
  .recent-blogs .blog-wrapper .blog-container .blog-card .blog-info .blog-name {
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 16px;
  }
  
  .recent-blogs .blog-wrapper .blog-container .blog-card .blog-info .blog-more {
    color: #DC3E37;
    font-weight: 600;
  }
  
  .recent-blogs h3 {
    color: #286AA6;
    font-size: 3rem;
    text-align: center;
  }
  ul.post-categories li:nth-child(2){
    display: none;
  }
  .post-sharing-bottom .share-elements .icon-wrapper .icon{
    fill:#dc3e38;
  }
  @media(max-width: 767px) {
    .blog-page-list .post-list.modern .post-container{
      padding: 15px 0px;
    }
    .blog-page-list .post-list.modern {
        display: block;
    }
    .blog-page-list .post-list.modern .post-item.post-holder{
      width: 100%;
      max-width: 100%;
    }
    .blog-page-list .post-list .post-image .img-container img {
        width: 100%;
    }
    .blog-page-list .post-categories li {
        flex: 0 0 100%;
        margin: 0 0 25px;
    }
  
    .blog-page-list .post-categories {
        flex-direction: column;
    }
    .recent-blogs .blog-wrapper .blog-container {
        display: block;
        padding-left: 0px;

    }
    .recent-blogs .blog-wrapper .blog-container .blog-card{
      width: 100%;
      max-width: 100%;
    }
    .recent-blogs .blog-wrapper .blog-container .blog-card .blog-info .blog-image img{
      display: block;
      margin: auto;
      width: 100%;
      max-height: 300px;
      object-fit: cover;

    }
    .recent-blogs .blog-wrapper .blog-container .blog-card .blog-info .blog-image{
      overflow: hidden;
    }
    .blog-post-view .page-title-wrapper .page-title{
      text-align: center;
      font-size: 32px !important;
    }
    .recent-blogs .blog-wrapper .blog-container .blog-card .blog-info {
      padding: 15px 0px;
    }
    .blog-page-list .post-list.modern .post-container .post-image .image-container img{
      width: 100%;
      max-height: 300px;
      object-fit: cover;
    }
  }