* {
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
}

.image-img {
    width: 216px;
    height: 150px;
}

.image-img-1 {
    width: 200px;
    height: 150px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide img {
    display: block;
    height: 100%;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

.image-img {
    background-color: #fff;
    box-shadow: 0 0 10px 0 #e4e4ee;
    border-radius: 15px;
}

.image-img-1 {
    background-color: #fff;
    box-shadow: none;
    border-radius: 15px;
}