.usps .usp-list{--cols: 2;display:grid;gap:1.5rem;grid-template-columns:repeat(var(--cols), minmax(0, auto));grid-template-rows:minmax(0, 1fr);text-align:center}@media screen and (min-width: 768px){.usps .usp-list{--cols: 4;justify-content:space-between}}.usps .usp-list .usp-item{display:grid;gap:1rem;grid-template-rows:repeat(2, minmax(0, auto));align-items:center;justify-content:center;justify-items:center}@media screen and (min-width: 1024px){.usps .usp-list .usp-item{gap:1.5rem}}.usps .usp-list .usp-item__label{font-weight:600;text-align:center}.usps .usp-list .banner-media{width:32px;height:32px}.usp-m{display:grid;gap:1rem;grid-template-rows:minmax(0, auto) minmax(0, 1fr);padding:1rem}.usp-m__media{border-radius:.5rem;overflow:hidden}.usp-m__content h1,.usp-m__content h2{font-size:1.5rem;font-weight:600;line-height:125%}@media screen and (min-width: 768px){.usp-m__content h1,.usp-m__content h2{font-size:2.5rem}}