.js-grid{display:flex;flex-wrap:wrap;justify-content:center;align-items:flex-start;font-family:Poppins,sans-serif;font-weight:300;background-color:#06060c;padding-top:50px;gap:10px}.cards{background-image:linear-gradient(180deg,#4136d9 0,#0086c7);display:inline-block;padding:1rem 2rem;border-radius:20px;border:1px solid rgba(211,211,211,.486);margin:20px;transition:.6s;min-height:520px;height:74vh;width:16rem;overflow:hidden}.cards:hover{transition:.6s;box-shadow:5px 5px 20px lightgray}.cards img{transition:.2s;width:16rem;border-radius:50%;margin-bottom:2rem}.cards:hover img{transition:.2s;outline:.3rem solid grey}.cards p{color:#404040}.cards h4{font-size:32px;color:rgba(0,0,0,.7)}