.categoryCard{background:transparent;display:flex;flex-direction:column;cursor:pointer;padding:2rem 1rem;border-radius:.3rem;transition:background .3s ease;height:100%}.categoryCard-header{width:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.categoryCard-header,.categoryCard-icon{display:flex;align-items:center;flex-direction:column;justify-content:center}.categoryCard-icon{width:120px;height:120px;margin:0 auto 1.5rem;border-radius:50%;overflow:hidden}@media(max-width:991.98px){.categoryCard-icon{width:60px;height:60px}}.categoryCard-body{margin-top:1rem;padding-top:1rem;border-top:1px solid #e6e6e6;display:flex;flex-wrap:wrap}.categoryCard-sub{font-size:.9rem;display:inline-flex;padding:.2rem .4rem;margin:0 .4rem .4rem 0;background:#e6e6e6;border-radius:.3rem}.categoryCard-sub:hover{background:#55cc7a;color:#fff}