.highlights{display:grid;gap:var(--block_padding_sm);width:100%}.highlights .picture{display:block}.highlights .picture img{width:80px;height:80px;max-width:80px;object-fit:contain}@media screen and (min-width: 800px){.highlights{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width: 1200px){.highlights{grid-template-columns:repeat(3,1fr)}.highlights.cols_4{grid-template-columns:repeat(4,1fr)}.highlights .picture{text-align:center}}
