@charset "UTF-8";


	

.showcase_contact{
	width:100%;
	margin:0;
}
	.showcase-contect_contact{
		display:flex;
		align-items: center;
		/* justify-content:center; */
		justify-content:space-around;
		padding:60px 15% 30px 15%;
	}
		.contact-box{
			width:256px;
			height:256px;
			border:1px solid #3894FF;
			border-radius:16px;
			padding:14px;
			text-align:center;
			transition: transform 0.2s ease-in-out;
			background:#FFFFFF;
		}
			.contact-box:hover {
			  transform: scale(1.2);
			}
		.contact-box h3{
			font-size:24px;
		}
/* Consultation==consul */		
 .showcase-contect_consul{
 	width:90%;
 	height:auto;
 	padding:30px 5% 30px 5%;
 	margin:auto;
 	
 	display:flex;
 	align-items: center;
 	justify-content:center;
 }
 	.contect-consul{
 		width:50%;
 		height:auto;
 	}
	 	.contect-consul-text{
	 		width:256px;	
	 	}
		 	.contect-consul-text h3{
		 		font-size:24px;
		 		margin:0;
		 		
		 	}
	 	.consul-text2{
	 		position: relative;
	 		top:+72px;
	 		font-size:15px;
			color:#696969;
	 	}
	 	.contect-consul-img{
	 		width:256px;
	 		height:256px;
	 	}
	 	.contect-consul-img img{
	 		object-fit:cover;	
	 	}