.hero__advantages{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));row-gap:2rem;-moz-column-gap:1.25rem;column-gap:1.25rem}@media (max-width:991.98px){.hero__advantages{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:767.98px){.hero__advantages{grid-template-columns:repeat(1,minmax(0,1fr))}}.hero__card{display:flex;flex-direction:column}.hero__card:first-child p{max-width:385px}.hero__card:nth-child(4) p,.hero__card:nth-child(5) p{max-width:430px}.bg-hero{background-image:url(/images/banner.jpeg);background-position:50%;background-size:cover;background-repeat:no-repeat}