
/* ---------------------------------- */
/* POPULATION */

.bsq-home-population-container {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-start;
	margin-bottom: 20px;
	padding: 30px 0 !important;
}

.bsq-home-population-wrapper {
	width: 90%;
	display: flex;
	flex-flow: row-reverse;
	justify-content: center;
	align-items: center;
}

.bsq-home-population-h2-header {
	color: #06203D;
}

.bsq-home-population-span-text {
	color: #384D64;
}

.bsq-home-population-div-column-left {
	width: 50%;
	padding: 30px;
}

.bsq-home-population-div-column-right {
	width: 50%;
}

.bsq-home-population-image {
	display: block;
	height: 100% !important;
	width: 100% !important;
	margin: 0 !important;
}

.bsq-home-population-image-mobile {
	display: none !important;
	height: auto;
	width: 100%;
	margin: 0;
}

@media (max-width: 992px) {

	.bsq-home-population-image {
		display: none !important;
	}
	.bsq-home-population-image-mobile {
		display: block !important;
		margin-top: 40px;
		margin-bottom: 40px;

		margin-left: auto;
		margin-right: auto;

		height: auto;
		width: 70%;

	}
	.bsq-home-population-wrapper {
		width: 100%;
		display: block;
	}

	.bsq-home-population-div-column-left {
		width: 100%;
	}

	.bsq-home-population-div-column-right {
		width: 100%;
	}

	.bsq-home-population-h2-header {
		text-align: center;
	}

	.bsq-home-population-span-text {
		display: block;
		width: 100%;
		text-align: center;
	}


	.bsq-home-population-div-column-left {
		padding: 10px;
	}


}

@media (max-width: 768px) {

	.bsq-home-population-image-mobile {
		width: 100%;
	}

}