@media screen and (max-width: 1200px) {
	#service .why-we .block {
		width: 285px;
	}
}

@media screen and (max-width: 992px) {
	#service .why-we .block {
		width: 240px;
	}
}

@media screen and (max-width: 768px) {
	#service .inner h1 {
		font-size: 20px;
	}
	#service .inner .text {
		font-size: 16px;
	}
	#service .why-we .block {
		width: 180px;
		height: 175px;
	}
}

@media screen and (max-width: 576px) {
	#service .inner h1 {
		font-size: 18px;
	}
	#service .inner .text {
		font-size: 14px;
	}
	#service .why-we .block {
		width: 100%;
		height: 150px;
	}
	#service .why-we .zagolovok {
		font-size: 18px;
	}
	#service .why-we .block .icons {
		width: 75px;
		height: 75px;
	}
	#service .why-we .block .icons img {
		max-height: 40px;
		max-height: 40px;
	}
	#service .why-we .block .text-wm {
		font-size: 16px;
	}
}