	.clauseContent{
		width: 62.5%;
		margin: 0 auto;
	}
	
	.mainTitle{
		font-size: 20px;
		margin-top: 60px;
		margin-bottom: 40px; 
		display: block;
		font-weight: bold;
		color: #333333;
		width: 100%;
		border-bottom: 3px solid black;
	}
	
	.clause{
		margin-bottom: 40px;
		font-size: 16px;
		line-height: 1.75em;
		color: #333333;
	}
	
	p{
		margin-bottom: 10px;
	}
	
	.title{
		font-weight: bold;
		font-size: 18px;
		margin-bottom: 10px;
	}
	
@media screen and (max-width: 768px){
	.clauseContent{
		width:90%;
		margin: 0 auto;
	}
	
	.mainTitle{
		margin-top: 30px;
		margin-bottom: 20px;
		font-size: 20px;
	}
	
	.clause{
		font-size: 14px;
		margin-bottom: 30px;
	}
	
	.title{
		font-size: 16px;
	}
}