.art-carousel{
	margin-right: 160px;
}

.art-carousel-wrap .swiper-button-next, 
.art-carousel-wrap .swiper-button-prev {
    position: relative;
    top: 2px;
    margin-top: 0;
    width: 15px;
    height: 15px;
    background-size: cover;
}
.art-carousel-wrap .swiper-button-next {
    right: 0;
    margin-left: 40px;
    background-image: url(img/right_arrow.svg);
}
.art-carousel-wrap .swiper-button-prev {
    left: 0;
    margin-right: 40px;
    background-image: url(img/left_arrow.svg);
}
.art-carousel-wrap .swiper-pagination-fraction {
    bottom: 0;
    left: 0;
    width: auto;
    position: relative;
}
.custom-next-prev {
    width: 100%;
    display: flex;
    margin: 20px 0;
}