.usps{display:grid;grid-gap:20px;grid-template-columns:repeat(auto-fit,minmax(min(380px,100%),1fr))}@media (min-width:990px){.usps{grid-gap:30px}}.usps__item{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;text-decoration:none;position:relative;overflow:hidden;padding:1.5em;border-radius:10px;box-shadow:inset 0 0 0 1.5px #e5e7eb}@media (min-width:990px){.usps__item{padding:2em;background-position:calc(100% - 20px) 50%;background-size:25px}}.usps__item-icon{display:block;object-fit:contain;width:40px;height:40px;background-position:50%;background-size:20px;background-repeat:no-repeat;background-color:#4624ed;border-radius:10px;position:relative;overflow:hidden;z-index:1;margin:0 0 1.5em}.usps__item-icon:before{content:"";background:linear-gradient(45deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.2));position:absolute;inset:0;width:100%;height:100%;z-index:-1}@media (min-width:990px){.usps__item-icon{background-size:25px;width:50px;height:50px}}.usps__item-text{margin:0}.usps:has(:nth-child(3)):not(:has(:nth-child(4))) .usps__item{-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;text-align:center}