.slide_image {
    width: 100%;
}

.swiper_box {
    position: relative;
    margin: 0px 30px;
}

.swiper-pagination {
    bottom: -30px !important;
}

.swiper-button-next {
    right: -60px !important;
}

.swiper-button-prev {
    left: -60px !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 2.5rem;
    color: #4A4A3D;
}

@media screen and (max-width: 570px) {
    .swiper_box {
        position: relative;
        margin: 0px 0px;
    }

    .swiper-pagination {
        bottom: -30px !important;
    }

    .swiper-button-next {
        display: none;
    }

    .swiper-button-prev {
        display: none;
    }

    .swiper-button-next::after,
    .swiper-button-prev::after {
        display: none;
    }

}