.half-image-half-content {
	position: relative;
	padding: 67px 0 90px;
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
}

.half-image-half-content.reverse .row {
	flex-direction: row-reverse;
}

.half-image-half-content::before {
	content: "";
	display: block;
	width: 70%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: #F6F6F6;
	z-index: -1;
}

.half-image-half-content.reverse::before {
	left: 0;
	right: unset;
}

.half-image-half-content .container-fluid {
	padding: 0;
}

.content-wrapper {
	display: flex;
	align-items: center;
}

.content-wrapper .content {
	max-width: 82%;
	width: 100%;
}

.content-wrapper h2 {
	margin-bottom: 30px;
}

.content-wrapper .button {
	margin-top: 30px;
}

.half-image-half-content.reverse img {
	margin-left: auto;
	display: block;
}

.half-image-half-content.reverse .content-wrapper {
	justify-content: flex-end;
}

.half-image-half-content img {
	max-width: calc(100% - 30px);
	height: auto;
}

@media (max-width:768px){

	.half-image-half-content .container-fluid {
		max-width: 540px;
	}

	.col-md-6.content-wrapper {
		padding: 40px 15px;
	}

	.half-image-half-content img {
		max-width: 100%;
	}

	.content-wrapper .content {
		max-width: 100%;
	}

	.half-image-half-content::before {
		content: unset;
	}

	.half-image-half-content {
		padding: 0;
	}
}

@media (max-width: 450px){
	.half-image-half-content {
		margin-top: 50px !important;
		margin-bottom: 50px !important;
		padding-bottom: 30px;
	}

	.col-md-6.content-wrapper {
		padding: 40px 15px 0;
	}

	.half-image-half-content:last-child {
		margin-bottom: 10px !important;
	}
}