.categories-widget__row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.categories-widget__col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.categories-widget__col {
    flex: 0 0 auto;
    /* max-width: 33.3333%; */
    max-width: 25%;
}

.categories-widget__item {
    background-color: #2d3968;
    text-align: center;
    padding: 24px;
    border-radius: 16px;
    min-height: 196px;
}

.categories-widget__featured-img {
    margin-bottom: 12px;
}

.categories-widget__featured-img img {
    /* max-width: 200px; */
    width: auto;
    max-height: 82px;
}

.categories-widget__title h3 {
    margin: 0;
    font-size: 20px;
    color: #fff;
}

.categories-widget__title a {
    color: #fff;
}

@media screen and (max-width: 767px) {
    .categories-widget__col {
        max-width: 50%;
    }
}

@media screen and (max-width: 575px) {
    .categories-widget__col {
        max-width: 100%;
    }
}