.card-layout{flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;width:95%;height:auto;display:flex}.card{cursor:pointer;opacity:0;-webkit-user-select:none;user-select:none;flex-direction:column;width:325px;height:300px;transition:all .8s cubic-bezier(.65,0,.35,1);display:flex;transform:scale(.95)}.card.animate{opacity:1;transform:scale(1)}.card-image{text-align:center;z-index:1;background-color:#fff;border-radius:10px;width:100%;height:100%}.card-image img{object-fit:cover;border-radius:10px;width:100%;height:100%}.card-text{text-align:center;color:#fff;z-index:2;background-color:#0000004d;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.card-text h4{letter-spacing:2px;color:#fff;border-bottom:none;align-self:center;width:95%;font-size:clamp(1.9rem,4vw,2.3rem);font-weight:300}.card-text h5{letter-spacing:2px;margin:5px 0 0;font-size:clamp(1rem,2vw,1.2rem);font-weight:300}@media only screen and (max-width:884px){.card-layout{flex-wrap:wrap;display:flex}.card{width:70%;height:200px}}
