
.section.first_screen {
	position: relative;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #fff;
}
.section.first_screen:before {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #3A3A3A80;

}

.first_screen_flex {
	min-height: 260px;
}
.first_screen_flex h1 {
	margin: 0;
}

@media (max-width: 1200px) {
	.section.first_screen {
		background-image: var(--first_screen_1200) !important;
	}
	.first_screen_flex {
		min-height: 200px;
	}
}

@media (max-width: 991px) {
	.section.first_screen {
		background-image: var(--first_screen_991) !important;
	}
}

@media (max-width: 767px) {
	.section.first_screen {
		background-image: var(--first_screen_767) !important;
	}
}

@media (max-width: 575.98px) {

	.section.first_screen h1, .section.first_screen .h1 {
		font-size: 28px;
	}
}

@media (max-width: 480px) {
	
}
@media (max-width: 450px) {
	.section.first_screen {
		background-image: var(--first_screen_450) !important;
	}
}



