.check-list__row{box-sizing:border-box;display:flex;flex-wrap:wrap;gap:16px}.check-list__item{align-items:center;border:2px solid #ecf0f8;border-radius:10px;display:flex;justify-content:space-between;padding:25px;width:49%}@media (max-width:767px){.check-list__item{width:100%}}