@media (max-width: 510px) {
	.intro-service{
		display: flex;
		flex-direction: column;
	}
	.intro-photo{
		padding: 10px;
	}
	.intro-title{
		font-size: 20px;
	}
	.service_detail_img:before {
    position: absolute;
    left: 0;
    top: 0px;
    height: 28%;
    width: 100%;
    background-color: #e7e7e7;
    content: "";
    z-index: -1;
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
}
.footer-info a img{
	width: 340px;
}
.contact-number img{
	display: none;
}
.contact-number img a{
	display: flex;
}
.contact-number{
  display: flex;
  justify-content: center;
}
.intro-contact{
	display: flex;
}
}