.press-mentions__list{display:grid;grid-gap:16px}@media only screen and (min-width:768px)and (max-width:1140px){.press-mentions__list{grid-template-columns:repeat(4,1fr);gap:20px}.press-mentions__list>:last-child:nth-child(odd){grid-column:span 4}}@media only screen and (min-width:1141px){.press-mentions__list{grid-template-columns:repeat(6,1fr);gap:24px}.press-mentions__list>:last-child:nth-child(3n+1){grid-column:span 6}.press-mentions__list>:last-child:nth-child(3n+2),.press-mentions__list>:nth-last-child(2):nth-child(3n+1){grid-column:span 3}}.press-mentions-card{grid-column:span 2}