
.mw-categories-container{
    display: flex;
    padding: 20px;
    overflow-x: auto;
    background-color: #ffffff;;
}

.mw-categories-container::-webkit-scrollbar{
    width: 0;
}

.mw-category-item{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ececec;
    min-height: 129px;
}
.mw-category-item:hover{
    border: 2px solid var(--ast-global-color-0);
}
.mw-category-image{
    border-radius: 15px;
}
.mw-category-item h3{
    margin-bottom: 0px;
}

