
.sv_container {
	z-index: 1;
	position: relative;
	overflow-x: hidden;
}

.sv_container.gradient_a::before {
	position: absolute;
	z-index: -1;
	content: " ";
	top: 180px;
	left: -20px;
	width: 300px;
	height: 300px;
	opacity: .667;
	border-radius: 412px;
	background: linear-gradient(98deg, #B2B8F4 20.83%, #491BA9 75.39%);
	filter: blur(120px);
}

.sv_container .one_half_last {
	margin: 0 var(--wp--custom--sv-spacing);
}

.sv_container .one_half p {
	max-width: 650px;
	margin-left: 0 !important;
}

.sv_container__inner {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 0 auto;
	max-width: 1580px;
}

.sv_container__inner .one_half {
	flex-grow: 1;
	word-break: break-word;
	overflow-wrap: break-word;
	margin: 0 var(--wp--custom--sv-spacing);
}

.sv_container .one_half_last img {
	width: 100%;
	height: auto;
}

@media (min-width: 768px) {
	.sv_container {
		height: 54vw;
	}
	.sv_container__inner {
		height: 100%;
	}
	.sv_container__inner .one_half {
		flex-basis: 50%;
		max-width: 50%;
	}
	.sv_container .one_half_last {
		position: absolute;
		top: 0;
		width: 48%;
		right: 0;
		z-index: 2;
	}
	.sv_container .one_half_last img {
		width: calc(100% + 10vw);
		object-position: top;
		object-fit: contain;
	}
}

@media (min-width: 1200px) {
	.sv_container {
		height: 42vw;
	}
}