/* Work Process Section - Start
================================================== */
.calltoaction-boxed,
.calltoaction-boxed-2 {
	z-index: 1;
	overflow: hidden;
	position: relative;
	border-radius: 10px;
	background-size: cover;
	padding: 50px 90px 70px;
	background-repeat: no-repeat;
	background-position: center center;
	h2 {
		color: #000000;
		line-height: 1;
		font-size: 48px;
		margin-bottom: 30px;
	}
	p {
		line-height: 1;
		color: #5E687C;
		font-size: 20px;
		margin-bottom: 30px;
	}
}

.calltoaction-boxed {
	background-size: auto;
	background-color: #FDF7E9;
	background-position: right center;
	h2 {
		color: #000000;
	}
	p {
		color: #5E687C;
	}
}

.calltoaction-boxed-2 {
	margin-bottom: -140px;
	h2, p {
		color: #ffffff;
	}
	.btn {
		&:hover {
			color: #ffffff;
			border-color: #ffffff;
		}
	}
	.phone-image {
		margin: -65px 0 -296px;
	}
}
/* Work Process Section - End
================================================== */