.process{
	width: 1200px;
	height: auto;
	margin: 0 auto;
    display: flex;
	flex-wrap: wrap;
}
.process-box{
	width: 30%;
	height: auto;
	margin: 1.2% auto;
	overflow: hidden;
	position: relative;
	border: 1px #c9a084 solid;
}
.process::after{
	content: "";
	width: 30%;
}
.process-box-text h3{
	margin: 2% auto;
	text-align: center;
}

.process-box .process-card-text{
	content:'';
	width: 100%;
	height:87%;
	opacity: 0;
	transform: translateX(-50%);
	position: absolute;
	top: 0%;
	left: 50%;
	z-index: 1;
	transition: all 0.4s ease;
	padding: 1%;
	background-color: rgb(198,166,143, 70%);
	font-size: 20px;
}
.process-box:hover .process-card-text{
	width: 100%;
	height: 87%;
	color: white;
	opacity: 1;
	transform: translateX(-50%);
	position: absolute;
	top: 0%;
	left: 50%;
	z-index: 2;
	transition: all 0.7s ease;
	padding: 10% 5%;
	text-align: center;
}

@media screen and (max-width:1220px){
	.process{
		width: 96%;
		height: auto;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
	}

	.process-box{
		width: 48%;
		height: auto;
		margin: 1.2% auto;
		overflow: hidden;
		position: relative;
		border: 1px #c9a084 solid;
	}
	.process::after{
		content: "";
		width: 50%;
	}
	.process-box img{
		width: 100%;
	}
	.process-box-text h3{
		margin: 2% auto;
		text-align: center;
		font-size: 24px;
	}
	
	.process-box .process-card-text{
		content:'';
		width: 100%;
		height:87%;
		opacity: 0;
		transform: translateX(-50%);
		position: absolute;
		top: 0%;
		left: 50%;
		z-index: 1;
		transition: all 0.4s ease;
		padding: 1%;
		background-color: rgb(198,166,143, 70%);
		font-size: 21px;
	}
	.process-box:hover .process-card-text{
		width: 100%;
		height: 100%;
		color: white;
		opacity: 1;
		transform: translateX(-50%);
		position: absolute;
		top: 0%;
		left: 50%;
		z-index: 2;
		transition: all 0.7s ease;
		padding: 10% 5%;
		text-align: center;
	}
}

@media screen and (max-width:700px){
	.process{
		width: 96%;
		height: auto;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
	}

	.process-box{
		width: 100%;
		height: auto;
		margin: 1.2% auto;
		overflow: hidden;
		position: relative;
		border: 1px #c9a084 solid;
	}
	.process::after{
		content: "";
		width: 50%;
	}
	.process-box img{
		width: 100%;
	}
	.process-box-text h3{
		margin: 2% auto;
		text-align: center;
		font-size: 24px;
	}
	
	.process-box .process-card-text{
		content:'';
		width: 100%;
		height:87%;
		opacity: 0;
		transform: translateX(-50%);
		position: absolute;
		top: 0%;
		left: 50%;
		z-index: 1;
		transition: all 0.4s ease;
		padding: 1%;
		background-color: rgb(198,166,143, 70%);
		font-size: 22px;
	}
	.process-box:hover .process-card-text{
		width: 100%;
		height: 100%;
		color: white;
		opacity: 1;
		transform: translateX(-50%);
		position: absolute;
		top: 0%;
		left: 50%;
		z-index: 2;
		transition: all 0.7s ease;
		padding: 10% 5%;
		text-align: center;
	}
}
@media screen and (max-width:500px){

}






