.swiper {
    max-width: 1180px;
    height: 581px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 581px;
}

.swiper-slide img {
    height: 581px;  
    width: auto;
    display: block;
    margin: auto;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 40px !important;
    height: 40px !important;
    background-color: #666 !important;
    border-radius: 50% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    color: #fff !important;
    z-index: 10 !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 18px !important;
    font-weight: bold !important;
    display: block !important;
    line-height: 40px !important;
}

.swiper-button-next::after {
    transform: translateX(1px) !important;
}

.swiper-button-prev::after {
    transform: translateX(-1px) !important;
}

.swiper-button-next {
    right: 10px !important;
}

.swiper-button-prev {
    left: 10px !important;
}

.swiper-button-next,
.swiper-button-prev {
    top: 50% !important;
    transform: translateY(-50%) !important;
}

