.category-desc {
    width: 80%;
    margin-left: 10%;
    padding: 20px;
    background: rgb(209 209 209 / 50%);
    margin-top: 20px;
    border-radius: 20px;
}

.category-title {
    text-align: center;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 10px;
}

.hide {
    display: none !important;
}