/* ================= Service Area ==================== */

.case {
	padding:78px 0 68px 0;
	overflow: hidden;
}

.case img {
	height:65px;
	flex: 1 1 10px; 
	max-width: 100%; 
	border:1px solid #ccc;
}

.case a {
	flex: 1 1 10px; 
	max-width: 30%; 
	height: auto;
}
.case .line{	
	display: flex; 
	flex-wrap: wrap; 
	gap: 10px;
	justify-content: center; 
	align-items: center;
	margin: 20px 0 20px 0;
}

.case .section-title {
	padding-bottom:30px;
}

.case p {
	margin-bottom:0;
}
