.text__grid{grid-gap:1.5rem;display:grid;grid-template-columns:repeat(3,1fr);justify-items:center}.text__cell{border-top:1px solid #000;display:flex;height:auto;max-width:100%;padding-top:1rem}.text__cell h1,.text__cell h2,.text__cell h3,.text__cell h4,.text__cell h5,.text__cell h6{margin-top:0}.text__cell-icon{margin-right:1rem}.text__cell-icon img{width:100%}@media screen and (max-width:767px){.text__grid{grid-gap:1.5rem;display:grid;grid-template-columns:repeat(1,1fr);justify-items:center}}