.cards-screen{column-gap:3rem;display:grid;grid-template-columns:repeat(3,1fr);margin:0 auto;row-gap:6rem;width:100%}.cards-screen__card:nth-child(3n+1){justify-self:start}.cards-screen__card:nth-child(3n+2){justify-self:center}.cards-screen__card:nth-child(3n){justify-self:end}.cards-screen__card{align-items:center;display:flex;flex-direction:column;gap:1.5rem;justify-content:space-between}.card-screen__image{max-height:100%}.card-screen__image-wrapper{align-items:center;aspect-ratio:2/1;display:flex;justify-content:center;overflow:hidden}.card-screen__label-text{letter-spacing:.25rem;margin-top:auto;text-align:center;text-transform:uppercase}.card-screen__card-button{background-image:var(--section-style-one-gradient,linear-gradient(90deg,#d67ae7 0,#79c0fd 100%));background-position:0 50%;background-size:200% 100%;font-size:1rem;padding:.5rem 1.5rem;transition:background-position .4s ease}.card-screen__card-button:hover{background-position:100% 50%}.card-screen__card-button:active{background-position:50% 50%;transition-duration:0}@media (max-width:900px){.cards-screen{grid-template-columns:1fr 1fr;max-width:44.75rem}}@media (max-width:600px){.card-screen__image{max-height:max-content;width:100%}.cards-screen__card{width:100%}.cards-screen{grid-template-columns:1fr;max-width:100%}}.card-screen__image-wrapper--tall{align-items:normal}@media (max-width:600px){.card-screen__image-wrapper--tall{aspect-ratio:unset}}