#sep2-banner {
	font-size: 16px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin: 1em auto;
	max-width: 1315px;
	width: 100%;
	margin-bottom: 3em;
}

#sep2-banner:not(.lazy-bg) {
	background-image: url(../images/banner/back.jpg);
	background-image: -webkit-image-set(url("../images/banner/back.webp") 1x,
			url("../images/banner/back@2x.webp") 2x);
}

/* CTA */

#sep2-banner .main {
	z-index: 1;
	max-width: unset;
	bottom: -18px;
}

#sep2-banner .main-ph {
	width: 491px;
}

#sep2-banner .banner-inner {
	gap: 5em;
	padding: 0;
}

#sep2-banner .button {
	font-size: 1.15em;
	width: 10.5em;
	height: 2.2em;
	border-radius: 1.1em;
	padding: 0;
	margin-top: 11px;
	border: 0;
}

#sep2-banner p {
	margin-bottom: 0;
	padding: 0;
}

#sep2-banner .main-text {
	font-size: 27px;
	line-height: 33px;
	color: #000000;
	text-align: center;
}

@supports (background: -webkit-named-image(i)) {
	#sep2-banner .button {
		padding-top: 1px;
	}
}

@media screen and (max-width: 1350px) {
	#sep2-banner {
		max-width: 97%;
	}
}

@media screen and (max-width: 991px) {
	#sep2-banner .banner-inner {
		padding-top: 20px;
		padding-bottom: 20px;
		flex-direction: column;
		gap: 0em;
	}
}

@media screen and (max-width: 767px) {
	#sep2-banner {
		max-width: 93%;
	}

	#sep2-banner:not(.lazy-bg) {
		background-image: url(../images/banner/back-m.jpg);
		background-image: -webkit-image-set(url("../images/banner/back-m.webp") 1x,
				url("../images/banner/back-m@2x.webp") 2x);
	}

	#sep2-banner .banner-inner {
		width: 100%;
	}

	#sep2-banner .banner-cta,
	#sep2-banner .banner-main {
		width: 100%;
	}

	#sep2-banner .banner-main {
		margin: 0;
	}
}

@media screen and (max-width: 567px) {

	body,
	html {
		overflow-x: hidden;
	}

	#sep2-banner {
		margin-top: 20px;
		margin-bottom: 20px;
		max-width: 97%;
	}

	#sep2-banner .main {
		width: 88%;
		max-width: 345px;
		bottom: unset;
	}

	#sep2-banner .banner-inner {
		padding-bottom: 30px;
	}

	#sep2-banner .button {
		font-size: 1.1em;
	}

	#sep2-banner .main-text {
		font-size: 19.5px;
		line-height: 25.5px;
		padding: 0 55px;
	}

	#split-banners {
		padding-top: 0 !important;
	}
}