@media only screen and (max-width: 768px){
	.my-h{
		height: auto;
	}	
	.btn-m{
		margin: 0 0 5px 0;
	}
	.service-box{
		height: auto;
	}
}