ul.carousel-wrap-content{
	list-style: none;
	margin: 0;
}
ul.carousel-wrap-number {
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 36px 0;
}
.carousel-content-li-1{
	display: block;
}
.carousel-content-li-2,.carousel-content-li-3{
	display: none;
}

ul.carousel-wrap-content li div{
	text-align: center;
	font-weight: 400;
	line-height: 1.3;
}
ul.carousel-wrap-content li div:first-child{
	text-align: center;
	margin: 40px 0px 20px;
}

ul.carousel-wrap-content li div:nth-child(2){
	font-weight: bold;
}

.carousel-number-li{
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #7e8590;
	margin: 20px 4px !important;
	cursor: pointer;
}
.carousel-number-active{
	background: #000000 !important;
}