.banner {
	position: relative;
	margin-bottom: 80px;
}
.banner .container {
	position: relative;
}
.banner__img {
	max-width: 100%;
	width: 100%;
	max-height: 460px;
	object-fit: cover;
}
.banner-w-text .banner__img {
	position: absolute;
	z-index: -1;
	height: 100%;
}
.banner-w-text .banner__content {
	padding-top: 96px;
	padding-bottom: 122px;
}
.banner-w-text .banner__title {
	color: white;
}
.banner__title {
	max-width: 380px;
	text-align: left;
	font-size: 40px;
	line-height: 48px;
}
.banner__content.left {
	position: absolute;
	top: 0;
	padding-top: 130px;
	padding-bottom: 105px;
}
.banner__content.right {
	position: absolute;
	right:0;
	bottom: 4vw;
	padding: 0;
}

@media screen and (max-width: 1200px) {
	.banner__content.right {
		bottom:3vw;
	}
	.banner {
		margin-bottom: 40px;
	}
	.banner__img {
		height: 200px;
	}
	.banner__content {
		position: static;
		width:50%;
	}
	.banner__title {
		font-size: 26px;
		line-height: 31px;
	}
}
@media screen and (max-width: 500px) {
	.banner__title {
		font-size: 20px;
		line-height: 26px;
	}
}
