.facet_scroll {
    padding: 0 15px;
}

#facet_custcol {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    width: 100%;
    max-width: 100%;
}

#facet_custcol .card {
    width: 150px;
    min-width: 150px;
    border: 1px solid #d5d2d2;
    border-radius: 10px;
    padding: 10px;
    height: auto !important;
    place-content: center;
}

#facet_custcol .card-title {
    margin-top: 5px;
    margin-bottom: 10px;
    line-height: 1.2;
    font-size: 14px;
}

.facet_custimg {
    text-align: center;
}

#facet_custcol .card-img-top {
    width: 70%;
    border-radius: 10px;
}

#facet_custcol .card-body {
    padding: 0;
    margin-bottom: 0rem;
    display: flex;
    place-self: center;
}

#facet_custcol .card:hover {
    border: 1px solid #3d9266;
}

#facet_custcol .card:hover .card-title {
    color: #3d9266;
}

@media (max-width: 991px) {
    .facet_scroll {
        padding: 0;
    }

    #facet_custcol .card {
    width: 130px;
    min-width: 130px;
}

}
