*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
button{
	background-color: transparent;
	cursor: pointer;
	outline: none;
	appearance: none;	
}
.box__title{
	margin-bottom: 40px;
	text-align: center;
}
.text{
	margin-top: 40px;
	text-align: center;
}
.button{
	border: 1px solid #2797ff;
	color: #2797ff;
	font-size: 16px;
	margin-top: 40px;
	padding: 10px 40px;
}
.box{
	border-bottom: 1px solid #2797ff;
	margin: 100px auto 0;
	padding-bottom: 100px;
	width: 80%;
}
.slide{
	background: #2797ff;
	color: #fff;
	font-size: 48px;
	height: 400px;
	line-height: 400px;
	margin:0 20px;
	text-align: center;
}
.btn-wrap{
	text-align: center;
}
/*slick setting*/
.slick-prev:before,
.slick-next:before{
    color: #000;
}