.articles-module-wrap {
    display: flex;
    flex-wrap: wrap;
}
article.feature-article-item-wrap {
    width: 33.33%;
    position: relative;
    margin: 0;
    padding: 0 40px 90px 50px;
    box-sizing: border-box;
    overflow: visible !important;
}
.artilce-img-wrap {
    display: block;
    width: 100%;
    height: 190px;
}
article.article-heading.feature-article-item-wrap {
    padding: 0 10px 38px 0;
}
.artilce-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.article-content-box {
    box-sizing: border-box;
    width: 206px;
    padding: 10px 20px;
    box-shadow: -3px -3px 20px rgb(0 0 0 / 10%), 3px 3px 20px rgb(0 0 0 / 10%);
    position: absolute;
    left: 0px;
    top: 115px;
    z-index: 99;
    background: #ffffff;
    height: 175px;
}
h6.article-date {
    color: #262262;
    font-size: 14px;
    font-weight: 500;
}
.link-date a {
    font-size: 18px;
    font-weight: 500;
    text-decoration: underline;
}
h5.article-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
    color: #000;
    padding: 10px 0 20px;
    height: 90px;
    overflow: hidden;
}
article.feature-article-item-wrap p {
    padding: 5px 0 30px;
}
article.feature-article-item-wrap h2 {
    line-height:normal;
    
}

article.feature-article-item-wrap {
    padding: 0 20px 50px 50px;
}
}
@media screen and (max-width:1000px){
article.feature-article-item-wrap {
    width: 50%;
}
}
@media screen and (max-width:767px){
article.feature-article-item-wrap {
    width: 100%;
}
  article.feature-article-item-wrap p, article.feature-article-item-wrap h2 {
    text-align: center;
}
  .artilce-img-wrap {
    height: 150px;
}
  article.feature-article-item-wrap {
    padding: 0 20px 200px 30px;
}
.article-content-box {
    top: 100px;
}
  
}