.swiper-container {
    width: 843px;
}

.carousel__button.is-next,
.carousel__button.is-prev {
    border-radius: 8rem;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
}

.carousel__button svg {
    width: 17px;
}

.carousel .carousel__slide {
    padding: 0 5px;
}

.carousel .carousel__slide img {
    border-radius: 8px;

}

.swiper-scrollbar {
    width: 100%;
    height: 8px;
    border-radius: 5px;
    margin: 10px auto;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 30%) inset;
}

.swiper-scrollbar .swiper-scrollbar-drag {
    height: 8px;
    transform: translate3d(0px, 0px, 0px);
    border-radius: 5px;
    background-color: #7a7a7a;
    width: 33%;
}