.swiper-container {
	position: relative;
	width   : 100%;
}

.swiper-slide {
	text-align     : center;
	display        : flex;
	justify-content: center;
	align-items    : center;
	transition     : 300ms;
	/* transform      : scale(0.8); */
}

.swiper-slide-active,
.swiper-slide-duplicate-active {
	/* transform: scale(1); */
}
.swiper-pagination{
	text-align: center;
	width: 100%;
}

.swiper-pagination-bullet{
	background: rgba(204, 204, 204, 1);
	margin: 0 5px;
}
.swiper-pagination-bullet-active{
	background: rgba(168, 61, 43, 1);
}