.elx-service-section-2 {
	padding: 140px 0px 145px;
	background-color: #eef4f6;
}
.elx-service-top-content-2 {
	.elx-section-title-2 {
		max-width: 520px;
	}
}
.elx-service-content-2 {
	padding-top: 50px;
	margin: 0px -15px;
}
.elx-service-slider-item-2 {
	padding: 0px 15px;
}
.elx-service-item-2 {
	max-width: 310px;
	.elx-service-text-icon {
		bottom: 0;
		right: 0;
		max-width: 259px;
		background-color: #fff;
		padding: 40px 30px 30px;
		.service-icon {
			top: -30px;
			z-index: 1;
			width: 65px;
			right: 25px;
			height: 65px;
			border-radius: 4px;
			background-color: var(--base-color);
			i {
				color: #fff;
				font-size: 35px;
				line-height: .75;
			}
			&:before,
			&:after {
				top: -6px;
				left: -6px;
				z-index: -1;
				width: 100%;
				content: '';
				height: 100%;
				border-radius: 4px;
				position: absolute;
				border: 2px solid #fff;
			}
			&:after {
				top: 0;
				left: 0;
				border: none;
				background-color: var(--base-color);
			}
		}
		.service-text {
			h3 {
				font-size: 22px;
				font-weight: 600;
				line-height: 1.455;
				padding-bottom: 10px;
				color: var(--base-color-2);
			}
			p {

			}
		}
	}	
	.elx-serice-read-more {
		left: 0;
		bottom: 0;
		a {
			color: #fff;
			width: 50px;
			height: 140px;
			display: flex;
			align-items: center;
			justify-content: center;
			background-color: var(--base-color);
			i {
				font-size: 20px;
				transform: rotate(-45deg);
			}
		}
	}
}