.services {
	background-color: #f6f6f6;
}
.services_wrap {
	position: relative;
	width: 100%;
	max-width: 1440px;
	margin: auto;
	padding: 130px 0;
	text-align: center;
}
.services_wrap a {
	position: relative;
	display: inline-block;
	width: 434px; height: 300px;
	margin: 20px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}
.services_wrap a .loader {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	margin: auto;
}
.services_wrap a .loader::after {
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	margin: auto;
	background-color: #fff;
	transition: background-color 0.3s;
}
.services_wrap a:hover .loader::after {
	background-color: rgba(34,34,34,0.5);
}
.services_wrap a .info {
	position: absolute;
	top: 50%; right: 0; left: 0;
	margin: auto;
	transform: translateY(-50%);
}
.services_wrap a .info .icon {
	position: absolute;
	top: 0; right: 0; left: 0;
	margin: auto;
	font-size: 40px;
	opacity: 1;
	visibility: visible;
	transition: opacity 0.3s, visibility 0.3s;
}
.services_wrap a:hover .info .icon {
	opacity: 0;
	visibility: hidden;
}
.services_wrap a .info .eng {
	margin-top: 80px;
	font-family: 'Bree Serif', serif;
	font-size: 28px;
	transition: margin-top 0.3s, color 0.3s;
}
.services_wrap a:hover .info .eng {
	margin-top: 0;
	color: #fff;
}
.services_wrap a .info .name {
	margin-top: 10px;
	font-size: 20px;
	color: #9f81cd;
	transition: color 0.3s;
}
.services_wrap a:hover .info .name {
	color: #fff;
}

.services .bImg {
	padding-top: 31.25%;
}




@media ( max-width: 1024px ) {
.services_wrap {
	max-width: calc(100% - 30px);
	padding: 50px 0 50px;
	text-align: center;
}
.services_wrap a {
	width: 100%; height: 206px;
	margin: 0 0 25px 0;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
.services_wrap a .info .icon {
	font-size: 30px;
}
.services_wrap a .info .eng {
	margin-top: 54px;
}
.services_wrap a .info .name {
	font-size: 16px;
}
	.services .bImg {
		padding-top: 40%;
	}
}