.benefit-cards__head{margin-bottom:24px}.benefit-cards__title{margin-bottom:40px}.benefit-cards__filter{display:grid;gap:16px}.benefit-cards__list{display:grid;gap:16px;grid-template-columns:1fr}.benefit-cards__item{display:block;background-color:var(--color-white);text-decoration:none}.filtered .benefit-cards__item:nth-child(n+5){display:none}.benefit-cards__content{padding:16px 24px;display:grid;grid-template-areas:"name ico" "text ico";grid-template-columns:1fr 24px;gap:0 24px}.benefit-cards__name{grid-area:name;font-size:18px;margin-bottom:16px}.benefit-cards__ico{grid-area:ico;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.benefit-cards__text{grid-area:text}.benefit-cards__img{height:127px}.benefit-cards__cta{padding-top:24px;display:none;text-align:center}.benefit-cards__list.filtered+.benefit-cards__cta{display:block}@media(min-width:750px){.benefit-cards__list{grid-template-columns:repeat(2,1fr);gap:20px}.benefit-cards__filter{display:flex;gap:24px;justify-content:end}}@media(min-width:999px){.benefit-cards__item{display:flex}.benefit-cards__img{height:auto;flex:0 0 180px;width:180px}.benefit-cards__content{gap:0 24px}.benefit-cards__name{font-size:20px}.benefit-cards__head{display:flex;justify-content:space-between;align-items:center;margin-bottom:56px}.benefit-cards__cta{padding-top:32px}}@media(hover:hover){.benefit-cards__item:hover .benefit-cards__text{color:var(--color-text)}}
