.usps_section{width:100%;background-color:rgba(34,34,34,1);padding:4rem 0;z-index:2;& .usps_inner{display:flex;flex-direction:column;gap:3rem;width:100%;max-width:100%;@media (min-width:992px){flex-direction:row;align-items:center;justify-content:space-between;gap:4rem 3rem;flex-wrap:wrap}& .usps_heading{font-style:italic;font-size:3rem;font-weight:700;line-height:1.2;margin:0;color:var(--white);@media (min-width:992px){flex-shrink:0;font-size:2.4rem;white-space:nowrap}@media (min-width:992px) and (max-width:1359px){font-size:2rem}}& .usps_points{display:flex;flex-direction:row;gap:5rem;@media (min-width:992px){flex:0 1 auto;min-width:0;justify-content:flex-start;gap:5rem}@media (max-width:991px){flex-direction:column;padding-bottom:2rem}& .usps_point{display:flex;flex-direction:row;align-items:center;flex-shrink:0;& .usps_point_icon{width:5rem;height:5rem;margin-right:1rem;& img{width:100%;height:100%;margin-right:1rem}}& .usps_point_text{margin:0;font-size:1.6rem;line-height:1.3;color:var(--white);font-weight:600}}}}}