.webservice_img {
	width: 100%;
	position: relative;
}

.webservice_img_title {
	position: absolute;
	top: 40%;
	left: 30%;
	transform: translate(-50%, -50%);
	color: white;
	font-size: 32px;
	font-weight: 900;

}

.webservice_img_title_border {
	position: absolute;
	top: 55%;
	left: 26%;
	height: 5px;
	width: 25px;
	transform: translate(-50%, -50%);
	background-color: red;
}

.web-service-container .webServiceContent .CurrentLocation {
	width: 100%;
	height: 50px;
	line-height: 50px;
}

@media screen and (max-width: 640px) {
	.serviceguideContent>li{
		margin-right: 10px !important;
		margin-bottom: 10px;
	}
}