/* CSS Document */

.flowimg {
	max-width: 900px;
	margin: auto;
	margin-bottom: 60px;
}
.serviceBOX {
	 display: flex;
	justify-content: space-between
}
.serviceBOX li {
	width: 48%;
	box-shadow: 0 0 30px rgba(200,200,200,0.2);
	padding: 20px;
	box-sizing: border-box;
	position: relative;
	
}
.serviceBOX li .eng {
	font-family: "Poppins", sans-serif;
	font-size: clamp(1.6rem, 1.8vw, 1.8rem) ;
	text-align: center;
	position: absolute;
	background: #f5eb4a;
	padding: 5px 30px 5px 20px;
	box-sizing: border-box;
	clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
	color:#00b6c9;

	
}
.serviceBOX figure {
	margin-bottom: 15px;
	
}
.serviceBOX li h3 {
	font-size: clamp(1.8rem, 2.1vw, 2.4rem) ;
	text-align: center;
	margin-bottom: 10px;
	color:#00b6c9;
	
}


@media screen and (max-width: 834px){
	
.flowimg {
	max-width: 1000px;
	margin: auto;
	margin-bottom: 20px;
}
.serviceBOX {
	 display: flex;
	flex-direction: column;
	justify-content: space-between
}
.serviceBOX li {
	width: auto;
	box-shadow: 0 0 30px rgba(200,200,200,0.2);
	padding: 15px;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 15px;
	
}
.serviceBOX li .eng {
	font-family: "Poppins", sans-serif;
	font-size: clamp(1.5rem, 1.8vw, 1.8rem) ;
	text-align: center;
	position: absolute;
	background: #f5eb4a;
	padding: 3px 30px 3px 20px;
	box-sizing: border-box;
	clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
	color:#00b6c9;
}
.serviceBOX figure {
	margin-bottom: 15px;
	
}
.serviceBOX li h3 {
	font-size: clamp(1.8rem, 2.1vw, 2.4rem) ;
	text-align: center;
	margin-bottom: 10px;
	color:#00b6c9;
	
}
	
}






















