.cardsContainer{align-items:start;display:grid;gap:30px;grid-auto-rows:minmax(500px,auto);grid-template-columns:repeat(3,1fr);justify-items:center;padding:20px 0}.cardContainer{align-items:center;background-color:#f9f9f9;box-shadow:0 5px 15px rgba(0,0,0,.05),0 15px 40px rgba(0,0,0,.1);display:flex;flex-direction:column;font-family:sans-serif;gap:7px;justify-content:start;min-height:500px;position:relative;transition:transform .3s ease,box-shadow .3s ease;width:350px}.cardContainer:hover{box-shadow:0 8px 25px rgba(0,0,0,.07),0 20px 50px rgba(0,0,0,.12);transform:translateY(-5px)}.card-content{align-items:center;display:flex;flex-direction:column;flex-grow:1;gap:15px;padding:0 10px;width:100%}.cardImg{height:180px;margin-top:10px;object-fit:contain;width:90%}.cardTitle{font-family:Gochi Hand,cursive;font-size:1.5rem;font-weight:400;margin:10px 0 0;text-transform:capitalize;-webkit-line-clamp:2;height:3.9rem;line-height:1.3;min-height:3.9rem}.cardDescription,.cardTitle{cursor:pointer;display:-webkit-box;position:relative;text-align:left;width:90%;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.cardDescription{font-size:.87rem;line-height:1.4;margin:5px 0 13px;-webkit-line-clamp:5;max-height:6.09rem}.cardInfo1{align-items:center;gap:15px;width:91%}.cardInfo1,.cardInfo1Texts{display:flex;justify-content:space-around}.cardInfo1Texts{flex-direction:column}.cardInfo1Hours{display:flex;gap:5px}.cardInfo1Hours>p,.cardInfo1Texts>p{font-size:14px;line-height:1.2;margin:0}.button{background-color:#f30!important;border:none;border-radius:4px;color:#fff!important;cursor:pointer;font-size:20px;margin:15px auto 20px;padding:6px 0!important;text-align:center;text-transform:capitalize;transition:all .3s;width:90%}.button:hover{background-color:#1c1e2c}.expandable-description,.expandable-title{cursor:pointer;position:relative;transition:all .3s ease}.expanded{height:auto!important;max-height:none!important}.expanded:after{transform:rotate(180deg)}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media screen and (max-width:1300px){.cardsContainer{grid-template-columns:1fr 1fr}.cardContainer{width:90%}}@media screen and (max-width:800px){.cardsContainer{grid-template-columns:1fr}.cardInfo1{justify-content:space-between;width:90%}.cardImg{height:100%;margin-top:0;width:100%}}