.ab-tool-mastery .elementor-shortcode {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2em;
}
@media screen and (max-width: 1024px) {
    .ab-tool-mastery .elementor-shortcode {
        gap: 1em;
    }
    .ab-tool-mastery .elementor-shortcode {
        grid-template-columns: repeat(3, 1fr);
    }

}
@media screen and (max-width: 768px) {
    .ab-tool-mastery .elementor-shortcode {
        grid-template-columns: repeat(2, 1fr);
    }

}
.ab-mastery-item {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 20px;
    display: block;
    width: 100%;
    text-decoration: none !important;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}
@media screen and (max-width: 580px) {
    .ab-mastery-item {
        padding: 20px 15px;
    }

}
.ab-mastery-item:hover {
    background-color: #EFEFEF;
}
.category-count,
.category-name {
    margin-bottom: 0;
}
.category-count,
.category-name,
.toolkit-label {
    color: #333333;
}
.toolkit-label,
.category-name{
    font-style: normal;
    font-weight: 400;
}
.skill-category-title {
    margin-bottom: 50px;
}
@media screen and (max-width: 580px) {
    .skill-category-title {
        margin-bottom: 20px;
    }
}
.category-count {
    font-size: 70px;
    line-height: 1em;
    text-align: left;
}
@media screen and (max-width: 1024px) {
    .category-count {
        font-size: 60px;
    }
}
@media screen and (max-width: 580px) {
    .category-count {
        font-size: 42px;
    }
}
.toolkit-label {
    color: #333333;
    font-size: 12px;
    display: inline-block;
    width: 100%;
    line-height: 1em;
    text-align: left;
    margin-bottom: 15px;
}
.category-name {
    font-size: 20px;
    line-height: 1.2em;
    text-align: right;
}
.category-btn {
    margin-bottom: 0;
    text-align: right;
}

.category-name i{
    margin-right: 6px;
}
/* .category-icon {
    position: absolute;
    opacity: 0.05;
    font-size: 150px;
    bottom: 23%;
    right: 20px;
} */