.step-boxes__container{display:grid;gap:4.375rem;grid-template-columns:repeat(3,1fr);margin-top:3rem}@media only screen and (width <= 1279px){.step-boxes__container{grid-template-columns:repeat(2,1fr)}}@media only screen and (width <= 767px){.step-boxes__container{grid-template-columns:1fr}}.step-boxes__box-image{height:322px;position:relative}.step-boxes__box-image img{border-radius:var(--radius-m);height:100%;object-fit:cover;width:100%}.step-boxes__box-badge{position:absolute;right:1rem;top:1.25rem}.step-boxes__box-content{margin-top:2rem}.step-boxes__box-number{color:var(--cobalt-dark)}.step-boxes__box-title{margin-top:.5rem}.step-boxes__box-text{margin-top:.75rem}.step-boxes__button{display:flex;justify-content:center;margin-top:2rem}.is-top-border:before{display:block}.is-no-top-border:before{display:none}