.steps-card{display:grid;gap:40px;grid-template-columns:repeat(4,1fr);position:relative;z-index:1}.steps-card__card{background-color:#fff;border-radius:17px;box-shadow:0 4px 20px rgba(0,0,0,.1);display:flex;flex-direction:column;gap:10px;padding:10px 10px 20px}.steps-card__image{background-color:#191f18;background-position:top;background-size:cover;border-radius:7px;height:200px;padding:4px}.steps-card__index{backdrop-filter:blur(5px);background-color:rgba(123,18,77,.45);border-radius:4px;color:#fff;display:block;font-size:35px;font-weight:700;padding:5px 10px;width:fit-content}.steps-card__description{color:#191f18;margin-bottom:0;text-align:center}@media(max-width:900px){.steps-card{gap:20px;grid-template-columns:1fr!important}}