.about-us-banner {
	position: relative;
	padding: 80px 15px;
	margin: 0 -15px;
	background-color: var(--text);
}
.about-us-banner * {
	color: #fff;
}
.about-us-banner__button-container {
	margin-top: 20px;
	text-align: center;
}
.about-us-banner__text,
.about-us-banner__text > * {
	font-size: 16px;
}
.about-us-banner__bg {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: .5;
}
.about-us-banner__bg > * {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about-us-banner__content {
	position: relative;
	z-index: 4;
}
@media screen and (min-width:576px) {
	.about-us-banner {
		margin: 0;
	}
}
@media screen and (min-width:768px) {
	.about-us-banner {
		padding-left: 250px;
	}
	.about-us-banner::before {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		height: 100%;
		width: 80%;
		background: linear-gradient(-90deg,var(--grey) 0%,var(--grey) 50%, transparent 100%);
		z-index: 2;
	}
	.about-us-banner__bg {
		opacity:1;
	}
	.about-us-banner__button-container {
		text-align: left;
	}
}
@media screen and (min-width:992px) {
	.about-us-banner {
		padding-left: 380px;
		padding-right: 50px;
	}
	.about-us-banner__bg {
		width: 80%;
	}
	
}
@media screen and (min-width:1200px) {
	.about-us-banner {
		padding-left: 450px;
	}
	.about-us-banner__bg {
		width: 70%;
	}
	.about-us-banner__title {
		font-size: 56px;
	}
}
@media screen and (min-width:1300px) {
	.about-us-banner {
		padding-left: 530px;
		padding-right: 100px;
	}
}