.miscellaneous {
	max-width: 1220px;
	margin: 0 auto;
	text-align: center;
}
.miscellaneous .section1 {
	padding-bottom: 88px;
	border-bottom: 1px solid #D1D1D1;
}
.miscellaneous .section1 .title {
	margin-bottom: 60px;
	font-size: 24px;
	color: #898A8D;
}
.miscellaneous .section1 .sub-title {
	margin-bottom: 90px;
	font-size: 16px;
	color: #353737;
}
.miscellaneous .section2 {
	padding-top: 50px;
	padding-bottom: 100px;
	border-bottom: 1px solid #D1D1D1;
}
.miscellaneous .section2 img {
	margin-bottom: 36px;
	width: 124px;
}
.miscellaneous .section2 .title {
	font-size: 20px;
	color: #898A8D;
	margin-bottom: 66px;
}
.miscellaneous .section2 .items {
	font-size: 14px;
	margin: 5px 0;
}
.miscellaneous .section4 {
	border-bottom: none;
}
@media screen and (max-width: 767px) {
	.miscellaneous .section1 .title {
		font-size: 17px;
		margin-top: 0;
    	padding-top: 1.5px;
    	margin-bottom: 25px;
	}
	.miscellaneous .section1 .sub-title {
		font-size: 12px;
		margin-bottom: 25px;
	}
	.miscellaneous .section1 .picture {
		margin-left: -20px;
   		margin-right: -20px;
	}
	.miscellaneous .section1 {
		padding-bottom: 67.5px;
		border: 0;
	}
	.miscellaneous .section2 {
		padding-top: 0;
	    padding-bottom: 51px;
    	margin-bottom: 51px;
	}
	.miscellaneous .section2 .title {
		font-size: 14px;
	    margin-top: 0;
	    margin-bottom: 30px;
	}
	.miscellaneous .section2 img {
		margin-bottom: 30px;
	}
}