.swiper-card-shadow .swiper-slide{
    width:200px;
}

.swiper-card-shadow .card-shadow-link-item {
    width: 185px;
    display: block;
    border: 0 !important;
    box-shadow: 0 3px 5px rgba(var(--bs-primary-rgb), 0.3);
}

@media (max-width: 500px) {
    .swiper-card-shadow .swiper-slide{
        width:175px;
    }
    .swiper-card-shadow .card-shadow-link-item{
        width:150px;
    }
}

.swiper-card-shadow  .card-shadow-link-item:hover {
    box-shadow: 0 4px 5px rgba(var(--bs-primary-rgb), 0.5);
}

.swiper-card-shadow  .card-shadow-link-item:active {
    box-shadow: 0 3px 5px rgba(var(--bs-primary-rgb), 0.7);
}