.elx-work-process-section {
	padding-bottom: 70px;
	.elx-section-title {
		max-width: 570px;
		.title-bg {
			top: -90px;
		}
	}
	.elx-work-process-side-img {
		top: 0;
		right: 0;
		z-index: 1;
	}
}
.elx-work-process-content {
	padding-top: 75px;
	margin: 0px -15px;
}
.elx-work-process-item {
	max-width: 300px;
	padding: 0px 15px;
	.work-process-img {
		margin-bottom: 20px;
		.inner-img {
			overflow: hidden;
			border-radius: 4px;
			img {
				transition: all 500ms ease;
			}
		}
		.work-process-step {
			top: 3px;
			right: 0;
			z-index: 1;
			color: #fff;
			width: 145px;
			height: 48px;
			font-size: 16px;
			font-weight: 600;
			.bg-img {
				right: 0;
				top: -16px;
				z-index: -1;
			}
		}
	}
	.work-process-text {
		margin: 0 auto;
		font-size: 20px;
		font-weight: 600;
		max-width: 200px;
		color: var(--base-color-2);
	}
	&:hover {
		.work-process-img {
			.inner-img {
				img {
					transform: scale(1.2);
				}
			}
		}
	}
}