.highlights{grid-gap:var(--grid-gap-loose);margin-bottom:var(--spacing-600);grid-template-columns:repeat(4,1fr);display:grid}.highlights>*{min-width:0}@media (width>=768px){.highlights{grid-template-columns:repeat(12,1fr)}}.highlights__inner{padding:0 var(--block-padding);grid-column:1/5}.highlights__items{justify-content:flex-start;align-items:baseline;gap:var(--grid-gap-tight);flex-wrap:wrap;display:flex}.highlights__item{box-sizing:border-box;white-space:nowrap;background:var(--theme-color-white-bg);letter-spacing:-.01em;height:100%;font-weight:400;line-height:1.2;font-size:var(--font-size-1125);text-align:center;white-space:nowrap;justify-content:center;align-items:center;padding:.7em 1.5em;display:flex}@media (width>=768px){.highlights__inner{grid-column:1/13}}