section.push-content-module{background-color:#ecf7e7}section.push-content-module .wrapper-heading{margin-bottom:4rem}section.push-content-module .wrapper-articles{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:2rem}@media (max-width:1180px){section.push-content-module .wrapper-articles{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){section.push-content-module .wrapper-articles{grid-template-columns:1fr}}section.push-content-module article.post{background-color:#fff;border-radius:8px;display:flex;flex-direction:column;overflow:hidden;width:100%}section.push-content-module article.post:hover .heading span{background-size:100% 2px}section.push-content-module article.post:hover figure img{transform:scale(1.05)}section.push-content-module article.post figure{max-height:230px;max-width:100%;overflow:hidden;position:relative}section.push-content-module article.post figure img{aspect-ratio:405/230;height:100%;max-width:100%;object-fit:cover;transition:transform .3s ease-in-out}section.push-content-module article.post .content{display:flex;flex-direction:column;gap:8px;padding:1.5rem}section.push-content-module article.post .heading span{background:linear-gradient(#1e3229,#1e3229);background-position:0 100%;background-repeat:no-repeat;background-size:0 2px;transition:background-size .3s cubic-bezier(.16,1.08,.38,.98)}section.push-content-module article.post .summary{color:#212121;font-size:1rem;font-weight:400;line-height:1.5}section.push-content-module article.post .infos{align-items:center;display:flex;flex-wrap:wrap;gap:4px 1rem}section.push-content-module article.post .tag{background-color:#ecf7e7;border-radius:4px;color:#1e3229;font-size:1rem;font-weight:400;line-height:1.5;padding:.25rem .5rem}section.push-content-module article.post .read-time,section.push-content-module article.post time{color:#707070;font-size:1rem;font-weight:400;line-height:1.5;padding-left:1rem;position:relative}section.push-content-module article.post .read-time:before,section.push-content-module article.post time:before{background-color:#d7d7d7;border-radius:50%;content:"";height:4px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:4px}section.push-content-module article.post .read-time:first-child:before,section.push-content-module article.post time:first-child:before{display:none}