*  {
    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;
}

.section-intro{
	background: url(/custom/xiaomi-redmi-promocija/assets/images/section1-newer.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 550px;
}

.section2{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.section2 img{
	width: 175% !important;
	margin-right: -5%;
}

.section3{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.section3 img{
	width: 200% !important;
	margin-left: -5%;
}

.buttons-wrapper{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin: 50px 0;
}

.upper-btn, .upper-btn:hover, .upper-btn:active, .upper-btn:visited{
	background: #c73d31;
	color: #fff;
	font-size: 1.5rem;
	text-transform: uppercase;
	padding: 10px 30px;
	border-radius: 10px;
	margin-bottom: 20px;
}

.lower-btn, .lower-btn:hover, .lower-btn:active, .lower-btn:visited{
	background: #3b3b3c;
	color: #fff;
	font-size: 1rem;
	text-transform: uppercase;
	padding: 10px 20px;
	border-radius: 10px;
}