.benefits{width:100%;max-width:1440px;margin:auto}.benefits__wrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));align-items:start;gap:20px;padding:0 40px}.benefits__item{border-bottom:1px solid #F2F1ED;position:relative;cursor:pointer;transition:border-color .3s ease;display:flex;flex-direction:column;align-items:flex-start;padding:20px;max-width:475px}.benefits__item--open{border-color:#001151}.benefits__item--open .benefits__arrow{transform:rotate(180deg)}.benefits__item--open .benefits__gradient{opacity:0;pointer-events:none}.benefits__item--open .benefits__content{max-height:500px}.benefits__icon{margin-bottom:25px}.benefits__icon svg{width:60px;height:60px}.benefits__headline{color:#222;margin:0 0 10px}.benefits__content{position:relative;max-height:72px;overflow:hidden;transition:max-height .3s ease;color:#222}.benefits__content>*:first-child{margin-top:0}.benefits__content>*:last-child{margin-bottom:0}.benefits__gradient{position:absolute;bottom:0;left:0;width:100%;height:58px;background:linear-gradient(180deg,#fff0,#fff 84.14%);transition:opacity .3s ease}.benefits__toggle{background:none;border:none;padding:0;cursor:pointer;position:absolute;bottom:7px;right:0;width:25px;height:25px;display:flex;align-items:center;justify-content:center}.benefits__toggle:hover{background:none}.benefits__arrow{transition:transform .3s ease}.benefits__arrow path{stroke:#001151}@media(min-width:0)and (max-width:1279px){.benefits__wrapper{grid-template-columns:1fr;padding:0 20px}.benefits__item{width:100%}}@media screen and (min-width:800px)and (max-width:1279px){.benefits__wrapper{grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}}