.workSwiper {

    width:100%;
    padding:40px 0;

}

.workSwiper .swiper-slide{

    border-radius:12px;
    overflow:hidden;
    background:white;

}

.workSwiper img{

    width:100%;
    display:block;

}

.workSwiper .swiper-slide img {
    width: 100%;
    height: 320px;      /* eller 400px */
    object-fit: cover;
    display: block;
}