.button {
	border-radius: 0.25rem;
	display: flex;
	align-items: center;
	padding: 0 1.4375rem;
	height: 2.3125rem;
	font-size: 1rem;
	background: #e5e5e5;
	color: #222222;
	cursor: pointer;
}
.check {
	background: #b81c20;
	color: white;
}

.swiper-pagination-bullet{
    width: .625rem;
    height: .625rem;
}
.swiper-pagination .swiper-pagination-bullet-active{
    width: 1.25rem;
    height: 1.25rem;
    background: #b81c20;
}