.swcc-box{
	width: 95%;
	margin: 0 auto;
}
.swcc-top{
	margin-bottom: 0px;
	text-align: center;
	font-size: 17px;
	padding: 30px 0;
}
.swcc-img{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.swcc-list{
	width: 100%;
	margin-top: 30px;
	border: 1px solid #ccc;
}
.swcc-list img{
	width: 100%;
	height: 250px;
}
.swcc-list p{
	width: 90%;
	margin: auto;
	font-size: 17px;
	text-align: center;
	color: #333;
	line-height: 40px;
}

.swcc-bottom{
	text-align: center;
}
.swcc-bottom p{
	font-size: 20px;
	font-weight: bold;
	/* color: #233951; */
}

.swcc-bottom button{
	width: 180px;
	height: 45px;
	color: #8EB44D;
	background: unset;
	border: 1px solid #8EB44D;
	cursor: pointer;
	border-radius: 50px;
	font-size: 18px;
	margin: 15px 0;
}