.mi-slider {
    width: 100%;
    max-width: 800px;
    margin: 40px auto;
    position: relative;
}
.mi-slider img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
}
.swiper-button-next,
.swiper-button-prev {
    color: #000;
}
.swiper-pagination-bullet {
    background: #000;
}