
.header {
	background: #000;
	height: 80px;
}

.agreement-main{
	border: 1px solid #e5e5e5;
	    padding: 20px 30px;
	width: 1200px;
	margin: 150px auto 50px;
}
.agreement-content h2 {
	font-weight: 500;
    padding-bottom: 20px;
    font-size: 24px;
    color: #333;
    text-align: center;
    border-bottom: 1px solid #ddd;
		margin-bottom: 20px;
}
.agreement-content{
	line-height: 2;
}
