.banner_item {
	height: 500px;
	padding-top: 66px;
}

.banner_item_text {
	padding: 36px;
	/* background: rgba(255, 255, 255, 0.25); */
	background: rgba(255, 255, 255, 0.35);

	max-width: 915px;
}

.banner_item_name {
	font-family: 'Source Sans Pro';
	font-weight: 700;
	font-size: 45px;
	line-height: 57px;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 10px;
}

.banner_item_description {
	font-weight: 300;
	font-size: 18px;
	line-height: 30px;
	color: #000;
	margin-bottom: 35px;
}

@media(max-width: 1200px) {
	.container_banner {
		justify-content: flex-start !important;
	}
}

@media(max-width: 767px) {
	.banner_item_text {
		padding: 15px;
	}

	.banner_item_name {
		font-size: 37px;
		line-height: 42px;
	}

	.banner_item_description {
		font-size: 16px;
		line-height: 25px;
		margin-bottom: 30px;
	}

	.banner_item {
		min-height: 450px;
		padding-top: 26px;
	}
}

@media(max-width: 767px) {
	.banner_item_text {
		padding: 15px;
	}

	.banner_item_name {
		font-size: 26px;
		line-height: 29px;
	}

	.banner_item_description {
		font-size: 15px;
		line-height: 22px;
		margin-bottom: 30px;
	}

	.banner_item {
		min-height: 450px;
		padding-top: 26px;
	}
}