.extendedCards{max-width:900px}.extendedCard,.extendedCards{display:flex;flex-direction:column;align-items:center}.extendedCard{box-sizing:border-box;position:relative;overflow:hidden;background-color:#fff;border-radius:18px;width:210px;height:210px;margin:5px;box-shadow:2px 4px 12px rgba(0,0,0,.08);opacity:0;animation:fadeInCard 1s ease-in-out forwards;padding:20px 10px;justify-content:center}.extededCenter,.extendedCatPage{display:flex;flex-direction:column;align-items:center}.extendedCatPage{width:100%}.extendedCatTitle{display:flex;flex-direction:column;align-items:center;gap:20px;padding:20px}.menuText{color:#a5a5a5;width:180px;text-align:center}.menuImg{width:180px;height:180px;object-fit:contain}.menuLane{width:100%;display:flex;flex-wrap:wrap}@media screen and (max-width:850px){.menuLane{justify-content:center}.menuImg{width:100px;height:100px;object-fit:contain}.extendedCard{width:150px;height:150px}.menuText{color:#a5a5a5;text-align:center;font-size:12px}}