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

.main-section-wrapper{
	max-width: 1400px;
}


section{
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-color: #d4d6eb !important;
}

.section-intro{
	height: 540px;
	background: url(/custom/xiaomi-redmi-note-14/assets/images/section-intro-background-new.jpg);
	background-color: #fff !important;
}

.section-image-wrapper img{
	width: 500px;
}

.section-image-wrapper{
	min-height: 580px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.section-1-text{
	font-size: 1.75rem;
    max-width: 800px;
	padding: 50px 0;
}

.section-links-wrapper a:hover{
	color: #fff !important;
	opacity: 0.8;
}

.section3-link1{
	padding: 5px 10px;
	background: #c73d31;
	font-size: 2rem;
	color: #fff;
	border-radius: 8px;
}

.section3-link2{
	padding: 5px 10px;
	background: #01417f;
	font-size: 1.25rem;
	color: #fff;
	border-radius: 8px;
}

.section-4{
	padding-top: 25px;
	min-height: 400px;
	background-color: #fff !important;
}

.section-4-text{
	font-size: 0.875rem;
	text-align: center;
	color: #777;
}