.selling_points_container{align-items:stretch;display:grid;gap:30px;grid-template-columns:repeat(2,1fr);margin:0 auto;max-width:800px}.point{background:#f7f9fc;border:1px solid rgba(0,0,0,.2);border-radius:10px;flex-direction:column;font-weight:300;min-height:200px;padding:35px}.point img{width:50px}button.point:nth-of-type(2) img{width:70px}.point span{margin-top:15px;text-align:left}