.benefits-cards__wrapper{max-width:1180px;margin:0 auto;padding:0 20px;box-sizing:border-box}.benefits-cards__list{display:flex;flex-direction:column;width:100%;box-sizing:border-box;--gap:12px;gap:var(--gap);align-items:center}.benefits-cards__title--centered{text-align:center;width:100%}.benefit-cards__item{display:flex;flex-direction:column;flex-wrap:nowrap;column-gap:14px;align-items:center;position:relative;box-sizing:border-box;border-radius:11px;border:2px solid #f5a564;max-width:275px;width:100%;padding:50px 20px 34px}@media screen and (min-width:500px){.benefits-cards__list{flex-direction:row;flex-wrap:wrap;align-items:unset}.benefit-cards__item{width:calc(50% - var(--gap) / 2);max-width:calc(50% - var(--gap) / 2)}}@media screen and (min-width:1000px){.benefits-cards__list{flex-wrap:nowrap}.benefit-cards__item{max-width:calc(25% - var(--gap) * 3 / 4);width:calc(25% - var(--gap) * 3 / 4)}}.benefit-cards__item:nth-child(odd):after{right:-20px}.benefit-cards__icon{min-width:90px;min-height:90px;width:90px;height:90px;margin-bottom:30px;display:flex;align-items:center;justify-content:center}.benefit-cards__title{max-width:200px;text-align:center;margin:0 auto 10px}.benefit-cards__text{color:#979797;text-align:center}.benefit-cards__content{max-width:355px}