
.post-cta-block {
	margin: 60px -50px 60px;
}

.post-cta-block-wrapper {
	display: flex;
	background: url("https://cdn-liahf.nitrocdn.com/wzjYJysdSdDvOCgEUvkpGOYXDPTHrfsK/assets/images/optimized/rev-69219e0/ohanacare.ca/wp-content/plugins/post-cta-block/images/CTA-Blog-BG.jpg") no-repeat center;
	background-size: cover;
}

.post-cta-block-wrapper.nitro-lazy {
	background-image: none !important;
}

.post-cta-block-left {
	padding: 50px 44px 50px 50px;
	flex: 0 1 60%;
}

.post-cta-block-wrapper h2 {
	color: #fff;
	color: #fff !important;
	font-size: 28px !important;
	font-style: normal;
	font-weight: 600 !important;
	line-height: 1.25 !important;
	letter-spacing: -.8px !important;
	margin: 0 0 30px !important;
}

.cta-button {
	border-radius: 5px;
	background: #fff;
	color: #41bdd7;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	padding: 17px 35px;
	display: inline-block;
	transition: .3s ease;
}

.cta-button:hover {
	background: #41bdd7;
	color: #fff;
}

.post-cta-block-right {
	padding: 43px;
	flex: 0 1 40%;
	background-color: #eef9fd;
}

.post-cta-block-right ul {
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.post-cta-block-right ul li {
	color: #41bdd7 !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	line-height: normal !important;
	text-transform: uppercase;
	padding: 14px 0;
	border-bottom: 1px solid #b5d9e3;
}

.post-cta-block-right ul li:first-child {
	padding-top: 0;
}

.post-cta-block-right ul li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.post-cta-block-right ul li strong, .post-cta-block-right ul li b {
	color: #555 !important;
	font-size: 20px !important;
	font-weight: 700 !important;
	line-height: normal !important;
	letter-spacing: -.8px !important;
	display: block;
}

@media (max-width: 768px) {
	.post-cta-block {
		margin: 30px 0;
	}
}

@media (max-width: 600px) {
	.post-cta-block-wrapper {
		flex-direction: column;
	}
	
	.post-cta-block-left {
		padding: 30px;
		text-align: center;
	}
	
	.post-cta-block-right {
		padding: 30px;
		text-align: center;
	}
}
