.mw-200 {
    min-width: 200px
}

.featured-box {
   
    width: calc((100% - 7.5rem) / 6);
}


.featured-box p {
    color: rgba(var(--color-walnut-rgb), 0.5)
}
.featured-box .img-box{
     background-color: #ffffff;
    transition: all 0.3s ease;
    border: 1.5em solid transparent;
    border-image: url(/portals/_default/images/Border-Brands.svg) 30 fill / 2rem;
    border-radius: 50%;
    background-size: contain;
}
.featured-box img {
    border-radius: 50%;
    object-fit: cover;
    transition: filter 0.3s ease
}

