article {
  margin-bottom: 60px !important;
  
  .cont-img-featured {
    position: relative;
    text-align: center;
    
    div {
      background: linear-gradient(180deg, rgba(21,192,234,.1), #6b186d);
    }
    
    img {
      height: 300px;
    }
  }
  
  h3 {
    margin-top: 10px;
  }
  
  .post-item-meta {
    margin-top: 15px;
    
    .meta_wrap > div {
      align-items: normal;
    }
  }
  
  .cont-post-summary {
    color: #2a002a;
    margin-top: 
    
    span {
      color: #6b196d;
    }
  }
}