.benefits-grid{display:grid;gap:50px;grid-template-columns:repeat(3,1fr)}.benefits-grid__benefit>p:first-of-type{margin-bottom:15px}.benefits-grid__benefit__icon{height:38px!important;margin-bottom:15px;width:auto!important}@media screen and (max-width:1024px){.benefits-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:767px){.benefits-grid{grid-template-columns:1fr}}