.post-12 .entry-content {
	margin-top: 0;
}

.image-text-section {
	padding: 60px 0;
}

.image-text-section-title {
	text-align: center;
	margin-bottom: 30px;
}

.image-text {
	padding: 60px 0;
	position: relative;
}

.bubble-1-right {
    height: 518px;
    position: absolute;
    width: 518px;
    background-color: #4cbdcd;
    border-radius: 500px;
    opacity: 0.3;
    right: -330px;
    top: -195px;
}

.bubble-2-left {
    height: 951px;
    position: absolute;
    width: 951px;
    background-color: #4cbdcd;
    border-radius: 1000px;
    opacity: 0.3;
    left: -791px;
    bottom: -395px;
}

.image-text-inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

.order-lg-last .image-text-inner {
	align-items: flex-end;
}

.image-text-section.bg-white {
	background-color: #FFF;
}

.image-text-heading {
	font-size: 35px;
    color: #0e5a65;
    font-weight: 700;
    position: relative;
    padding: 0 0 20px 0;
}
.image-text-heading::after {
	content: '';
    width: 66px;
    height: 3px;
    background: #2099AA;
    position: absolute;
    bottom: 0;
    left: 0;
}

.image-text-text {
	padding-top: 15px;
}
.image-text-text p {
	font-size: 20px;
}
.image-text-link {
	text-align: center;
	width: 100%;
}
.image-text-link a.button-for {
	margin: 16px auto;
}

.image-text-image {
	width: 100%;
	max-width: 450px;
}
.image-text-section .col-12 {
	text-align: center;
}
.image-text-section .col-12 .image-text-heading::after {
	left: 50%;
	transform: translateX(-50%);
}

@media only screen and (max-width: 991px) {
	.image-text-inner,
	.order-lg-last .image-text-inner {
		align-items: flex-start;
	}


	.image-text-image {
		margin-top: 15px;
	}
}
@media only screen and (max-width: 575px) {
	.image-text {
		padding: 45px 0;
	}

	.image-text-heading {
		font-size: 20px;
	}

	.image-text-text p {
		font-size: 18px;
	}
}