.imagecopy--section {
	background: linear-gradient(180deg, #92A697 0%, #517C60 100%);
	position: relative;
}

.imagecopy--image {
	position: relative;
}

.imagecopy--image:after {
	content: "";
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 53px;
	height: 56px;
	background-image: url(../../images/enlarge.svg);
	background-size: contain;	
}

.imagecopy--container {
	padding: 60px 30px;
}

@media (min-width: 1200px) {
	
	.imagecopy--copy-wrap {
		
	}
	
	.imagecopy--image {
		position: absolute;
		top: 60px;
		bottom: 60px;
		left: 0;
		width: 41%;
		max-height: 750px;
		margin-top: auto;
		margin-bottom: auto;
		border-top-right-radius: var(--theme-radius);
		overflow: hidden;
		max-width: 820px;
	}
	
}

@media (min-width: 1500px) {
	.imagecopy--title {
		margin-right: -150px;
	}
}