.lcard-section {display:flex; align-items: center ; justify-content: center; gap:35px; flex-direction: column;}
.lcard {display:flex; font-family:'Poppins' , sans-serif; align-items: center; justify-content: center;  background: linear-gradient(135deg, #1c1c1c, #2b2b2b, #383838); border-radius: 10px; border:1px solid white; width:100px; color:white; box-shadow:10px 10px 10px rgba(1,1,1,1); width: 340px; height: 230px; flex-direction: column; text-align: center;  }
.lcard > p {font-size:16px;}
.lcard > h1 {font-size:20px;}
.lcard > a > img {width:50px; height: 50px;}