.m-next-step{background-repeat:no-repeat;height:100%;width:100%}.m-next-step__container{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:3rem 0}.m-next-step__header{color:var(--white,#fff);max-width:500px;text-align:center}.m-next-step__cards{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;width:100%}.m-next-step__card{background-size:100% 220%;border-color:var(--white,#fff);color:var(--black);height:150px;transition:background .2s;width:350px}.m-next-step__card-content{align-items:center;background-position:100%;background-repeat:no-repeat;display:flex;height:100%;justify-content:center;width:95%}.m-next-step__card-link{color:var(--black)}.m-next-step__card--1:hover{background-position:100% 100%;color:var(--white,#fff)}.m-next-step__card--2:hover{background-position:100% 100%;color:var(--white,#fff)}.m-next-step__card--3{background:linear-gradient(var(--white),var(--white) 42%,var(--primary-color) 42%,var(--primary-color))}.m-next-step__card--3:hover{background-position:100% 100%;color:var(--white,#fff)}@media screen and (max-width:1100px){.m-next-step__cards{align-items:center;flex-direction:column}.m-next-step__row{display:flex;flex-wrap:wrap;height:100%;justify-content:space-evenly;width:100%}}