.cardContainer{display:flex;flex-direction:row;gap:40px;flex-wrap:wrap}.card{width:250px;min-height:150px;display:flex;flex-direction:column;gap:20px;border:2px solid black;border-radius:10px;padding:20px;background-color:#f9f9f9;box-shadow:0 4px 8px #0000001a}.card h1{font-size:1.5rem;margin:0}.card p{font-size:1rem;color:#555}
