.categories-box .categories-hover ul {
    padding-top: 20px;
    column-count: 2;
    list-style-type: none;
    position: absolute;
    top: 51px;
}

.categories-box .categories-hover ul li {
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
}

.categories-box .categories-hover .btn-title {
    position: absolute;
    top: 0;
    display: block;
    column-count: 1;
}

.categories-box .categories-hover {
    background-color: hsl(0deg 0% 31.5% / 80%);
}