.m-next-step{background-repeat:no-repeat;container-name:m-next-step;container-type:inline-size;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%;color:var(--black);height:150px;max-width:100%;transition:background .2s;width:350px}.m-next-step__card-content{background-position:100%;background-repeat:no-repeat;width:95%}.m-next-step__card-content,.m-next-step__card-link{align-items:center;display:flex;height:100%;justify-content:center}.m-next-step__card-link{color:var(--black);font-weight:700;width:100%}.m-next-step__card:focus-within,.m-next-step__card:hover{background-position:100% 100%}.m-next-step__card:focus-within .m-next-step__card-link,.m-next-step__card:hover .m-next-step__card-link{color:var(--white,#fff)}@container m-next-step (max-width: 1100px){.m-next-step__cards{align-items:center;flex-direction:column}}