.usps-block{-webkit-box-orient:vertical;-webkit-box-direction:normal;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:20px;padding:50px 20px}.usps-block__title{color:#000;font-size:26px;font-weight:700;letter-spacing:-2%;line-height:120%}.usps-block__items{-webkit-box-orient:vertical;-webkit-box-direction:normal;background:#e5e5d7;-ms-flex-direction:column;flex-direction:column;padding:20px}.usps-block__item,.usps-block__items{display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px}.usps-block__item{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.usps-block__item-image{height:40px;width:40px}.usps-block__item-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:10px}.usps-block__item-title{color:#000;font-size:20px;font-weight:700;letter-spacing:-2%;line-height:120%}.usps-block__item-text{font-size:16px;font-weight:400;letter-spacing:0;line-height:130%}.usps-block__see-more{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.usps-block__see-more,.usps-block__see-more-btn{display:-webkit-box;display:-ms-flexbox;display:flex}.usps-block__see-more-btn{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#000;cursor:pointer;font-size:16px;font-weight:500;gap:12px;letter-spacing:0;line-height:130%}.usps-block__see-more-btn:after{background-image:url(/SiteFiles/dist/images/icons/plus--black.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;content:"";height:10px;width:10px}.usps-block__see-more-btn.open:after{background-image:url(/SiteFiles/dist/images/icons/minus--black.svg);height:2px}@media (min-width:1024px){.usps-block{gap:50px;padding:70px 80px}.usps-block__title{font-size:40px}.usps-block__items{display:grid;gap:40px;grid-template-columns:repeat(3,1fr);padding:40px}.usps-block__item-image{height:50px;width:50px}.usps-block__item-content{gap:20px}.usps-block__item-title{font-size:22px}.usps-block__see-more{grid-column:span 3}}