.benefits__grid{display:grid;gap:40px 60px;grid-template-columns:repeat(3,minmax(0,auto))}.benefits__item{border-top:4px solid var(--steel-grey-30)}@media only screen and (max-width:991px){.benefits__grid{grid-template-columns:repeat(2,minmax(0,auto))}}@media only screen and (max-width:767px){.benefits__grid{grid-template-columns:repeat(1,minmax(0,auto));row-gap:36px}}