#product-category .category__block + .row > div.text-left {
    text-align: right;
}
#product-category .category__block + .row > div.text-right {
    text-align: left;
    display: flex;
    align-items: center;
    height: 36px;
}
@media(max-width: 576px) {
    #product-category .category__block + .row > div.text-right {
        justify-content: center;
    }
}
.custom__tabs {
    float: unset;
    display: flex;
    flex-direction: column;
}