.categories-card{border:1px solid #9a9a9a33;padding:var(--pm-125);border-radius:20px;height:100%;display:grid;grid-template-rows:65px auto;gap:20px;-webkit-user-select:none;user-select:none;transition:all .5s ease-in-out}.categories-card img{height:75px;object-fit:contain;justify-self:center}.categories-card p{text-align:center;font-weight:500;font-size:14px;line-height:100%;letter-spacing:0;vertical-align:middle;color:#2c2c2c;transition:all .5s ease-in-out}.categories-card:hover p{color:#0c5894}@media only screen and (min-width:680px){.categories-card{max-width:190px;margin-inline:auto}}@media only screen and (max-width:767px){.categories-card{width:100%;max-width:100%;min-height:44px;padding:16px;grid-template-rows:64px auto}.categories-card img{height:64px;min-height:64px;width:auto;max-width:100%;object-fit:contain}.categories-card p{font-size:14px}}