@media (min-width: 992px) and (max-width: 1199px) {
	.intro-img {
		height: 400px;
	}
	.section.intro {
		height: 600px;
	}
	.section .container {
		background-size: 100%;
	}
}

@media only screen and (max-width : 991px) {
	.intro-img {
		height: 320px;
	}
	.section.intro {
		height: 500px;
		margin-top: 76px;
	}
	.section .container {
		background-size: 100%;
	}
}

@media only screen and (max-width : 767px) {
	.intro-img {
        height: 275px;
		margin-top: 40px;
		margin-bottom: 50px;
		margin-left: 20px;
    }
	.section {
		padding: 50px 70px 0;
	}
	.section.first {
		padding-top: 75px;
	}
	.section.intro {
		height: 400px;
		margin-top: 61.05px;
		background: url(/custom/smart-duple-gige-13-06-2025/assets/images/bg-intro-resp.jpg) no-repeat bottom center /cover!important;
		height: 80vh;
		padding: 0;
	}
	.section .container {
		background: none;
	}
	@media screen and (orientation:landscape) {
	}
}