.features{padding:3rem 0}.features__item{position:relative;display:flex;flex-direction:column;justify-content:space-between;z-index:1}.features__wpapper{position:relative}.features__title{margin-bottom:1rem}.features__name{margin-bottom:.5rem}.features__info{max-width:100%;padding-right:0;padding-top:0;margin-bottom:2rem}.features__button{margin-top:1.5rem}.features__steps{flex:1;align-self:stretch}.features__step-wrapper{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1.5rem}.features__step{position:relative;display:flex;flex-direction:column;justify-content:center;padding:2rem;min-height:445px;border-radius:10px;border:1px solid #e1e3f0;box-shadow:0px 10px 20px rgba(153,159,227,0.07)}.features__icon{display:flex;align-items:center;width:70px;height:70px;margin-bottom:1.5rem}.features__img{position:absolute;right:2rem;top:-1rem;width:108px;height:108px;border-radius:50%;overflow:hidden;border:10px solid #fff;box-shadow:0px 10px 20px rgba(153,159,227,0.07)}.features__img img{display:block;object-position:center;object-fit:cover;width:100%;height:100%}.features__link{margin-top:.5rem}@media screen and (min-width:1024px){.features__item{flex-direction:row}.features__info{max-width:440px;padding-right:4rem;padding-top:3rem;margin-bottom:0}}@media screen and (min-width:1024px){.features__desc{width:80%}}@media screen and (min-width:1200px){.features__step-wrapper{grid-template-columns:repeat(2,minmax(0,1fr))}.features__step{grid-row:span 2;padding:3.75rem}.features__step:first-child .features__img{right:-3rem;top:2rem}.features__step:last-child .features__img{right:-3rem;top:auto;bottom:2rem}.features__step:nth-child(2){grid-row-start:2;grid-row-end:4}.features__step:nth-child(odd){grid-column:1 / 2}.features__step:nth-child(even){grid-column:2 / 3}}@media screen and (min-width:1280px){.features{padding:5rem 0 8rem 0}}