.keen-slider{
    justify-content: center;
}
.keen-slider__slide {
    cursor: pointer;
    margin-right: 22px;
    text-align: -webkit-center;
}
.filter-options img{
    width: 95%;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    object-fit: cover
    
}
.active2{
    border: 4px solid #65214a;
    box-shadow: 0 2px 5px #65214a;
}
@media (max-width: 728px){
    .keen-slider{
        justify-content: flex-start;
    }
    .keen-slider__slide{
        margin-right: 0px;
    }
    .filter-options img{
        width: 55%;
        height: auto;
    }
}
