@charset "utf-8";

@media (max-width: 1199px) {
	#cnt-page-title {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width: 892px) {
	#cnt-section-header {
		justify-content: center;
	}
	
	#cnt-section-header-img-logos {
		flex: 0 0 726px;
	}
}

@media (max-width: 778px) {
	#cnt-section-header-img-logos {
		flex: 0 0 443px;
	}
	
	#img-header {
		display: none;
	}
	
	#img-header_2 {
		display: inherit;
	}
}

@media (max-width: 505px) {
	#cnt-section-header-img-logos {
		flex: 1 0 90%;
	}
	
	#img-header_2 {
		display: none;
	}
	
	#img-header_3 {
		display: inherit;
	}
}

@media (max-width: 420px) {
	#cnt-section-header-img-logos {
		flex: 1 0 100%;
	}
}