.opulent-section-layout-four-left .opulent-section-textbox {
	padding: 1rem;
}

.opulent-section-layout-four-right img {
	width: 33.333%;
	float: left;
}

.opulent-section-layout-four-right {
	padding: 0 1rem;
}

@media(min-width:768px) {
	.opulent-section-layout-four-wrap {
		position: relative;
		margin: 3rem 0;
		z-index: 0;
	}
	.opulent-section-layout-four-left .opulent-section-textbox {
		padding: 1rem 2rem;
	}
	.opulent-section-layout-four-wrap > div.align-center {
		position: relative;
		display: flex;
	}
	.opulent-section-layout-four-wrap:before {
		content: " ";
		width: 40%;
		background: var(--beige);
		position: absolute;
		left: 0;
		height: 120%;
		top: -10%;
		z-index: 0;
	}
	.opulent-section-layout-four-right {
		width: 67%;
		text-align: right;
		padding: 0;
	}
	.opulent-section-layout-four-left {
		width: 33%;
	}
}

@media(min-width:1300px) {
	.opulent-section-layout-four-right {
		width: 75%;
	}
	.opulent-section-layout-four-left {
		width: 25%;
	}
	.opulent-section-layout-four-right img {
		width: auto;
		float: none;
		max-width: 33%;
	}
}

@media(min-width:1700px) {
	
}