.elementor .ahura-mega-menu-element .cats-list-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #333;
    margin: 0;
}

.elementor .ahura-mega-menu-element .cats-list-title svg {
    width: 20px;
}

.ahura-mega-menu-element .cats-list {
    width: 270px;
}

@media screen and (max-width: 1024px) {
    .ahura-mega-menu-element .cats-list {
        width: 100%;
    }
}