@media only screen and (max-width: 1199px) {
}

@media only screen and (max-width : 991px) {
	.main-section-wrapper {
		padding-top: 76px;
	}
	.illustration-top {
		background: url(/custom/samsung-nacionalna-kampanja/assets/images/illustration-top-resp.jpg) no-repeat center/cover;
		aspect-ratio: 1200 / 1217; 
	}
	.section-1 {
		padding: 70px 0 50px;
	}
	.section-2 {
		padding: 70px 0 0px;
	}
	.section-3 {
		padding: 70px 0 50px;
	}
	.section-4 {
		padding: 70px 0 50px;
	}
	.section-5 {
		padding: 70px 0 50px;
	}
	.section-6 {
		padding: 70px 0 50px;
	}
	.section-7 {
		padding: 70px 0 20px;
	}
	.section a img {
		width: 70%;
		margin: 0 auto;
	}
	.section .buttons-bottom a img {
		width: auto;
	}
	.section.section-6 a img {
		width: 60%;
	}
	.section.section-7 a img {
		width: 60%;
	}
	.info-bottom h2 {
		font-size: 20px;
	}
}

@media only screen and (max-width : 767px) {
	.main-section-wrapper {
		padding-top: 61.05px;
	}
	.section-2 {
		padding: 60px 0 30px;
	}
	.section-7 {
		padding: 60px 0 40px;
	}
}