.benefits-list{display:flex;flex-wrap:wrap;align-items:flex-start;gap:40px}.benefits-list .item{width:100%;font-size:15px;line-height:1.45;text-align:center}.benefits-list .icon{width:88px;height:88px;margin:0 auto 15px;background:radial-gradient(50% 50% at 50% 50%,#532d28 0%,#414141 100%);border-radius:24px;display:flex;justify-content:center;align-items:center;position:relative}.benefits-list .icon:after,.benefits-list .icon:before{content:"";position:absolute;left:50%;top:-7px;transform:translateX(-50%);width:72px;height:72px;border-radius:20px;background:#d9d9d9;z-index:-1}.benefits-list .icon:after{width:56px;height:56px;top:-15px;background:#f3f3f3;z-index:-2}.benefits-list .icon img{max-width:32px;max-height:32px}.benefits-list .h6,.benefits-list h6{margin-bottom:10px}@media (min-width:768px){.benefits-list .item{width:calc(50% - 20px)}}@media (min-width:1024px){.benefits-list .item{width:calc(25% - 30px)}}@media (min-width:1200px){.benefits-list{gap:60px 72px;margin:0 30px}.benefits-list .item{width:calc(25% - 54px)}.benefits-list .icon{margin-bottom:28px}}