#bcategories {
    user-select:none;
    color: #7a7a7a;
}

#bcategories .category_img {
    height: 120px;
    width: 120px;
    background-size: cover;
    margin: 0 15px 0 0;
}

#bcategories .category_name {
    flex: min-content;
}

#bcategories .category_container {
    background: white;
    display: flex;
    padding: 15px;
    margin: 0 0 15px 0;
    align-items: center;
}
