.subcategory-footer {
    display: flex;
    justify-content: space-between;
}
.subcategory-title {
    font-size: 36px;
    margin-bottom: 23px;
    text-transform: capitalize;
}
.subcategory-name {
    font-size: 16px;
    font-weight: 600;
}
.subcategory-link {
    font-size: 14px;
}
.full-width {
    width: 100%;
}
.text-center {
    text-align: center;
}
#module-subcategorylist-list .page-content.card.card-block{
    background: none;
    border: none;
}
.subcategory-card {
    border-radius: 5px 5px 0px 0px;
}
#module-subcategorylist-list #wrapper .breadcrumb {
    margin-bottom: 0;
}