.categorycard{display:flex;flex-direction:column;align-items:center;gap:1rem;cursor:pointer}.categorycard-imagecontainer{display:flex;justify-content:center;align-items:center;height:6rem!important;width:6rem!important;border-radius:50%;background-color:#fff;box-shadow:6px 6px 10px 0 rgba(0,0,0,.2);padding:1rem;transition:padding .3s ease;overflow:hidden}.categorycard-imagecontainer:hover{outline:2px solid #15679e;padding:.6rem}.categorycard-imagecontainer img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.categorycard-name{font-weight:500;font-size:.875rem;text-align:center;text-transform:capitalize;width:100%;max-width:6rem;word-break:break-word;overflow-wrap:break-word;white-space:normal;line-height:1.2;-webkit-hyphens:auto;hyphens:auto}@media(min-width:769px)and (max-width:900px){.categorycard{gap:.8rem}.categorycard-imagecontainer{height:6rem!important;width:6rem!important}.categorycard-name{font-size:1rem;max-width:6rem}}@media(max-width:768px){.categorycard{gap:.5rem}.categorycard-imagecontainer{height:5rem!important;width:5rem!important}.categorycard-name{font-size:.8rem;max-width:5rem}}