.contain {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgb(234, 234, 234);
}

img {
    width: 100%;
}

.swiperOne {
    width: 100%;
    background: rgb(234, 234, 234);
}

.swiperbox {
    overflow: hidden;
}

.swiper-slide {
    width: 100px;
}

.swiperTwo {
    width: 60%;
    overflow: hidden;
    margin-bottom: 150px;
}