*  {
    margin: 0; 
    padding: 0; 
    border: 0; 
}

.main-section-wrapper {
	max-width: 1600px;
	background-color: #fafafa;
}

section {
	display: flex;
	justify-content: center;
	align-items: center;
}

.honor-400 a, .honor-400-pro a, .honor-magic7-pro a {
	width: 100%;
	height: 100%;
	display: block;
	display: flex;
	justify-content: center;
	align-items: center;
}

.honor-400 a img, .honor-400-pro a img, .honor-magic7-pro a img {
	margin-bottom: -125px;
}

.honor-400 {
	background-color: #ebeff0;
	height: 550px;
	margin-bottom: 100px;
}

.honor-400-pro {
	background-color: #eceae9;
	height: 550px;
	margin-bottom: 100px;
}

.honor-magic7-pro {
	background-color: #ebeff0;
	height: 550px;
	margin-bottom: 100px;
}

.info-bottom {
	padding-bottom: 100px;
	padding-top: 20px;
}

.info-bottom h2 {
	font-size: 24px;
	line-height: 1.2;
	color: #333;
	margin-bottom: 20px;
}

.info-bottom p {
	font-size: 18px;
	line-height: 1.5;
	color: #333;
	margin-bottom: 20px;
}

.info-bottom p a {
	font-weight: 700;
	color: #333;
	text-decoration: none;
}

.buttons-bottom {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 80px;
}