.elx-about-section-2 {
	z-index: 1;
	overflow: hidden;
	padding: 140px 0px;
	.elx-about-side-img {
		top: 0;
		right: 0;
		width: 40%;
		z-index: -1;
		height: 100%;
		img {
			width: 100%;
			height: 100%;
		}
	}
}
.elx-about-text-content-2 {
	.elx-section-title-2 {
		p {
			max-width: 570px;
		}
	}
}
.elx-about-feature-2 {
	margin-top: 40px;
}
.elx-about-feature-item-2 {
	.feature-icon {
		width: 70px;
		height: 70px;
		margin-right: 20px;
		border-radius: 4px;
		background-color: var(--base-color);
		i {
			color: #fff;
			font-size: 40px;
			line-height: .75;
		}
	}
	.feature-text {
		font-size: 20px;
		font-weight: 600;
		max-width: 145px;
		color: var(--base-color-2);
	}
}
.elx-about-text-2 {
	max-width: 530px;
	margin: 35px 0px 50px;
}
.elx-about-form-area {
	.elx-cta-form-area {
		top: 0;
		margin-bottom: 0;
		background-color: var(--base-color-2);
	}
	.elx-cta-form-area input,
	.elx-cta-form-area textarea {
		border: 1px solid #43545c;
	}
	.elx-cta-form-area button {
		&:hover {
			color: #fff;
			background-color: var(--base-color);
		}
	}
}