	.single-sevice {
		padding: 20px 25px 20px 20px;
background: #f1f1f1;
		display: flex;
		margin-bottom: 30px;
	}
	.text-side p{
		margin-bottom: 20px;
		color: #545454;
		font-size: 15px;
		line-height: 24px;
		font-weight: 500;
	}
	.text-side h4{
    height: 25px;
		overflow: hidden;
		margin-bottom: 12px;
	}
	.text-side a {
		display: inline-block;
		padding: 4px 17px;
		background: #4f9e9c;
		color: #fff;
		font-size: 13px;
transition: 0.2s all;
	}
.text-side a:hover {
background-color: #000;
color: #fff;
text-decoration: none;
}
	.single-sevice .img-box img{
		max-width: 100%;
	}
	.single-sevice .img-box {
		flex: 0 0 49%;
		padding-right: 25px;
	}
	@media only screen and (min-width: 1200px) {
		.container{
			padding: 0;
		}
	}	
