.card-logo{display:flex;align-items:center;justify-content:center;border-radius:.7rem;background:var(--cx-color-white);border:1px solid var(--color-primary);height:180px;min-width:240px;max-height:140px;padding:3rem;box-sizing:border-box;transition:transform .3s ease-in-out;overflow:visible}.card-logo:hover{font-weight:800;transform:scale(1.04) translateY(0);box-shadow:0 4px 8px rgba(255,255,255,.801);cursor:pointer}.logo-size{max-height:70px;max-width:90px;border-radius:12px}@media screen and (max-width:565px){.card-logo{max-height:100px}}