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

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

.illustration-top {
	background: url(/custom/samsung-nacionalna-kampanja/assets/images/illustration-top.jpg) no-repeat center/cover;
	aspect-ratio: 1600 / 955; 
	width: 100%;              
	display: block;
}

section {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 70px 0 30px;
}

.section a {
	display: block;
}

section.grey {
	background: #f4f4f4;
}

section.darkgrey {
	background: #e5e5e6;
