.article-container{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;margin-top:2rem;width:var(--primary-width)}.article-item{aspect-ratio:1/1;background-repeat:no-repeat;background-size:cover;border-radius:10px;box-shadow:0 4px 6pxrgba(0,0,0,.1);display:flex;flex-direction:column;justify-content:end;overflow:hidden;padding:15px;position:relative;transform:scale(.95);width:33%}.article-feature{color:#fff;margin:0;z-index:1}.article-item:first-child:before,.article-item:nth-child(2):before,.article-item:nth-child(3):before{background:linear-gradient(180deg,#0000001a,#00000080);border-radius:inherit;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.article-item:hover{transform:scale(1);transition:.4s}.article-feature{--size:1rem;--weight:400;line-height:1.5rem}@media screen and (max-width:767px){.article-item{width:100%}.article-container{gap:10px}}