.usp-block{max-width:25rem;flex:1 1;text-align:center;align-items:center;opacity:0}.usp-block__title{color:var(--red)}.usp-block__description{color:var(--lightGray)}.usp-block__description p{font-weight:300;line-height:1.5}.usp-block.animated{animation-name:fadeInUp;animation-duration:.5s;animation-fill-mode:both}.paragraph-usp{padding-top:clamp(2.5rem,.44rem + 7.84vw,7.5rem);padding-bottom:clamp(5rem,3.97rem + 3.92vw,7.5rem);background-color:var(--backgroundGray)}.paragraph-usp__wrapper{display:flex;justify-content:center;gap:1.5rem 3rem}@media screen and (max-width:991px){.paragraph-usp__wrapper{flex-direction:column;align-items:center}}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translate3d(0,0,0)}}