body{font-family:Arial,Helvetica,sans-serif}header,main{max-width:90vw;margin:auto}h1,h2{margin-top:100px}h2{padding-bottom:5px;border-bottom:solid 2px black}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:40px}.card,.card img{border-radius:4px;transition:all .5s}.card img{width:100%}.card p{margin-top:5px}.card:hover{transform:scale(1.05)}.card:hover img{opacity:.7}@media screen and (max-width: 1000px){.cards{grid-template-columns:repeat(3,1fr);gap:30px}}@media screen and (max-width: 700px){.cards{grid-template-columns:repeat(2,1fr);gap:20px}}@media screen and (max-width: 500px){.cards{grid-template-columns:auto}}.wizard{background-color:#f6f6f6;padding:20px;margin-bottom:50px}.step-detail{display:flex;height:150px;flex-direction:column;justify-content:space-between;align-items:center;padding-top:40px}.step-detail nav{display:flex;gap:20px}
