section.highlight-articles-module .container{display:flex;flex-direction:column;gap:2rem}section.highlight-articles-module .wrapper-posts{display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,1fr)}section.highlight-articles-module article:first-child{grid-column:1/2;grid-row:1/4;padding:2rem}section.highlight-articles-module article:first-child .infos{padding-top:1.5rem}section.highlight-articles-module article:nth-child(2){grid-column:2/2;grid-row:1/2}section.highlight-articles-module article:nth-child(3){grid-column:2/2;grid-row:2/3}section.highlight-articles-module article:nth-child(4){grid-column:2/2;grid-row:3/4}@media (max-width:950px){section.highlight-articles-module .wrapper-posts{grid-template-columns:repeat(1,1fr);grid-template-rows:repeat(4,auto)}section.highlight-articles-module article:first-child{grid-column:1/2;grid-row:1}section.highlight-articles-module article:nth-child(2){grid-column:1/2;grid-row:2}section.highlight-articles-module article:nth-child(3){grid-column:1/2;grid-row:3}section.highlight-articles-module article:nth-child(4){grid-column:1/2;grid-row:4}}