.banner {
	padding: 90px 0 90px 0;
	background-color: #1d1d1d;

	color: #fff;
	position: relative;
}

@media(max-width: 800px) {
	.banner {
		padding: 40px 0;
	}
}

.banner-background {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;

	opacity: 0.9;
}

.banner .container {
	position: relative;
	z-index: 2;
}

.banner-content {
	max-width: 52%;
}

@media(max-width: 800px) {
	.banner-content {
		max-width: 100%;
	}
}

.banner h2 {
	font-size: 53px;
	line-height: 62px;
	margin: 0;
}

@media(max-width: 800px) {
	.banner h2 {
		font-size: 34px;
		line-height: 38px;
	}
}

.banner span {
	color: #9d9c9c;
}

.banner p {
	font-size: 19px;
	line-height: 27px;
	margin: 28px 0 0 0;
}

@media(max-width: 800px) {
	.banner p {
		font-size: 16px;
		line-height: 21px;
		opacity: 0.8;
		margin: 15px 0 0 0;
	}
}

.banner-button {
	margin-top: 50px;
	font-size: 17px;
	display: inline-block;
	border-radius: 4px;
	padding: 19px 100px 18px 30px;
	border: 0;
	text-decoration: none;
	color: #2f2f2f;
	font-weight: bold;
	background-color: #d1d1d1;
	background-image: url("data:image/svg+xml,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2915_7)'%3E%3Cpath d='M26 14.9668C26 15.2989 25.8687 15.631 25.6716 15.8303L17.9881 23.6015C17.5284 24.0664 16.7403 24.0664 16.2149 23.6015C15.7552 23.1365 15.7552 22.3395 16.2149 21.8081L21.797 16.1624H5.24776C4.59104 16.1624 4 15.631 4 14.9004C4 14.2362 4.52537 13.6384 5.24776 13.6384H21.6657L16.2149 7.99264C15.7552 7.52769 15.7552 6.73065 16.2149 6.2657C16.6746 5.80076 17.4627 5.80076 17.9224 6.2657L25.606 14.0369C25.8687 14.369 26 14.7011 26 14.9668Z' fill='%23383838'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2915_7'%3E%3Crect width='22' height='18' fill='white' transform='translate(4 6)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center right 15px;
}

@media(max-width: 800px) {
	.banner-button {
		margin-top: 30px;
	}
}


/*Project SEEBYEOND Page*/
.page-id-43 .banner-content {
	max-width: 68%;
}