.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__cards .m-next-step__card{background-size:100% 220%;color:var(--black);height:150px;max-width:100%;transition:background .2s,box-shadow .25s ease,transform .25s ease;width:350px}.m-next-step__card-content{align-items:center;display:flex;gap:.5rem;height:100%;justify-content:center;width:95%}.m-next-step__card-title{flex:1;text-align:center}.m-next-step__card-icon{flex:0 0 auto;height:auto;max-height:60%;max-width:30%;object-fit:contain;width:auto}.m-next-step__card-link{align-items:center;color:var(--black);display:flex;font-weight:700;gap:.5rem;height:100%;justify-content:center;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}}