.empl-article-wrapper-outer{
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.empl-article-wrapper-outer .empl-article-listing-wrapper{
    padding: 10px;
    border: 1px solid #CCCCCC;
    margin: 10px;
    overflow: hidden;
    text-align: left;
    background: #FAFAFA;
    border: 1px solid #fff;
    box-sizing: border-box;
    border-radius: 2px;
}
.empl-article-wrapper-outer .empl-article-listing-wrapper .empl-article-image::after{
    display: block;
    content: '';
    padding-bottom: 70%;
}
.empl-article-wrapper-outer .empl-article-listing-wrapper .empl-article-image{
    position: relative;
}
.empl-article-wrapper-outer .empl-article-listing-wrapper .empl-article-image img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.empl-article-wrapper-outer .empl-article-listing-wrapper .empl-article-content .empl-article-category{
    font-size: 14px;
    margin-top: 5px;
    font-weight: bold;
}
.empl-article-wrapper-outer .empl-article-listing-wrapper .empl-article-content .empl-article-title{
    margin-top: 5px;
    margin-bottom: 5px;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    /* identical to box height, or 133% */
    letter-spacing: -0.01em;
    color: #000000;
    max-height: 70px;
    overflow: hidden;
}
.empl-article-wrapper-outer .empl-article-listing-wrapper .empl-article-content .empl-article-desc{
    font-size: 12px;
    line-height: 16px;
    /* identical to box height, or 133% */
    letter-spacing: -0.01em;
    color: #000000;
}


/* 
* Glyph
*/
.empl-article-wrapper-outer .empl-article-listing-wrapper .empl-article-content .empl-article-action::after{ 
    content: "❯";
    font-size: 12px;
}
.empl-article-wrapper-outer .empl-article-listing-wrapper .empl-article-content .empl-article-action{
    font-size: 12px;
    font-weight: bold;
    margin-top: 16px;
    color: #232323;
}