
.case_con {
	display: flex;
	justify-content: space-between;
	padding: 8px;
	box-shadow: 0px 0px 8px #d8d8d8;
	border-radius: 10px;
	margin: 30px auto;
	letter-spacing: 2px;
}

.case_con .case_left {
	width: 48%;
}

.case_con .case_right {
	width: 50%;
}

.case_con .case_left img {
	width: 100%;
	border-radius: 10px;
display: flex;
}

.case_con .case_right h3 {
	font-size: 1.25rem;
	letter-spacing: 2px;
	background: linear-gradient(to right, #3974af, #eff2f4);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;

}

.case_con .case_right h5 {
	color: #555555;
	margin: 5px 0;
	font-size: 15px;
}

.case_con .case_right p {
	font-size: 0.875rem;
	color: #888;
	margin-top: 10px;
	line-height: 24px;

}
.consulting_service {
	display: flex;
	margin-top: 30px;
	justify-content: center;
}

.consulting_service>a {
	width: 45%;

	margin: 0 20px;
	background-color: #3974af;
	padding: 10px 0;

}

.consulting_service a {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	border-radius: 10px;
}

.consulting_service a img {
	width: 25px;
}

.consulting_service a h4 {
	margin-left: 8px;
font-size: 15px;
}





iframe .contact_main {
	border-radius: 10px;
	box-shadow: 0px 0px 8px #d8d8d8;
}
@media (max-width: 1400px) {
	.case_con .case_right p {
		line-height: 22px;
	}
}

@media (max-width: 1300px) {
	.case_con .case_right p {
		line-height: 20px;
		
	}
	.consulting_service {
		margin-top: 20px;
		
	}
	
}

@media (max-width: 1100px) {
	.case_con .case_left {
		width: 30%;
		display: flex;
		align-items: center;
	}

	.case_con .case_right {
		width: 68%;
	}

	.case_con .case_right p {
		line-height: 20px;
		margin-top: 5px;
	}

	.case_con .case_right h3 {
		font-size: 18px;
		padding: 0;
	}
}

@media (max-width: 700px) {
	.case_con {
		display: block;
		margin: 0px auto 20px;
	}

	.case_con .case_left {
		width: 100%;
		margin: 0 auto;
	}

	.case_con .case_right {
		width: 100%;
		margin: 0 auto;
	}

	.case_con .case_right h3 {
		margin-top: 15px;
	}

	
	.consulting_service>a {
		width: 50%;
		margin: 0 5px;
	}
	.case_con .case_right p {
		line-height: 24px;
                                margin-top: 10px;
	}
}



