.categories-template-3 .swiper-wrapper {
    height: 381px !important;
}

.categories-template-3 {
    background: var(--primary_1);
    border-radius: var(--border-radius_1);
    padding: 2rem 0;
}

.categories-template-3 a.content-box {
    text-align: center;
    display: block;
    margin-bottom: 20px;
}

.categories-template-3  img {
    width: 45px;
    height: 45px;
    background: var(--box_bg_0);
    border-radius: var(--border-radius_2);
    padding: var(--margin-3);
}