.elx-about-section {
	padding: 180px 0px 120px;
	.elx-about-img {
		left: 0;
		bottom: -155px;
	}
}
.elx-about-counter-wrapper {
	margin: 38px 0px 50px;

}
.elx-about-counter-item {
	margin-right: 65px;
	&:last-child {
		margin-right: 0;
	}
	h3 {
		font-size: 42px;
		font-weight: 600;
		color: var(--base-color);
	}
	p {
		font-size: 20px;
		font-weight: 500;
		padding-top: 5px;
		color: var(--base-color-2);
	}
}
.elx-about-feature-list-area {
	width: 100%;
	max-width: 385px;
	background-color: #fff;
	padding: 40px 20px 20px 30px;
	box-shadow: 0px 21px 21px 0px rgba(0, 0, 0, 0.03);
	li {
		padding-left: 30px;
		position: relative;
		margin-bottom: 15px;
		transition: all 500ms ease;
		&:before {
			top: 6px;
			left: 0;
			width: 20px;
			content: '';
			height: 15px;
			position: absolute;
			transition: all 500ms ease;
			background-image: url(../img/icon/arrow.png);
		}
		&:hover {
			padding-left: 40px;
			&:before {
				left: 15px;
			}
		}
	}
}
.elx-about-feature-list {
	z-index: 2;
	display: flex;
	align-items: end;
	margin-top: 50px;
	position: relative;
	justify-content: end;
	transform: translateX(95px);
}
.elx-about-img-wrapper {
	padding-top: 190px;
}
.elx-about-img-wrapper {
	.elx-about-img2 {
		top: -45px;
		right: 240px;
		box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	}
	.elx-about-img3 {
		top:  10px;
		right: 0px;
		box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	}
	.elx-about-img4 {
		right: 240px;
		bottom: 170px;
		box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	}
	.elx-about-img5 {
		right: 0px;
		bottom: 115px;
		box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	}
} 