.usp-bar{display:-ms-grid;display:grid;-ms-grid-columns:(auto)[4];grid-template-columns:repeat(4,auto);gap:10px;background-color:var(--background);color:var(--text);padding:10px 0}@media screen and (max-width:767px){.usp-bar{overflow:auto;grid-auto-columns:calc(40vw - 30px);-webkit-scroll-snap-type:x mandatory;-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory;-ms-grid-columns:none;grid-template-columns:none;grid-auto-flow:column}}@media screen and (max-width:480px){.usp-bar{grid-auto-columns:calc(70vw - 30px)}}.usp-bar__item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;gap:10px;scroll-snap-align:center}.usp-bar__item-icon{-webkit-box-flex:0;-webkit-flex:0 0 50px;-ms-flex:0 0 50px;flex:0 0 50px}.usp-bar__item-content{-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto}.usp-bar__item-title{font-family:var(--heading-font-family);font-weight:var(--heading-font-weight)}