.benefit-list{display:grid;gap:32px;grid-template-columns:1fr;margin-bottom:48px}.benefit-list__title{margin-bottom:8px}.benefit-list__list{list-style:none;margin:0;padding:0}.benefit-list__list-item{align-items:center;color:var(--base-text-color);display:flex;gap:12px}.benefit-list__tick{flex-shrink:0;height:24px;margin-top:3px;width:24px}.benefit-gallery{display:grid;gap:12px;grid-template-columns:repeat(4,minmax(0,1fr))}.benefit-gallery__item{width:100%}.benefit-gallery__item__wrapper{overflow:hidden;width:100%}.benefit-gallery__item__img{display:block;height:100%;object-fit:cover;width:100%}