@media only screen and (min-width: 0px) and (max-width: 1128px) {
	table.box-service.four-row{
		width:calc(33% - 60px) !important;
	}
}

@media only screen and (min-width: 0px) and (max-width: 990px) {
	table.box-service.two-row,
	table.box-service.three-row,
	table.box-service.four-row{
		width:calc(50% - 60px) !important;
	}
}
@media only screen and (min-width: 0px) and (max-width: 770px) {
	table.box-service.two-row,
	table.box-service.three-row,
	table.box-service.four-row{
		width:calc(100% - 60px) !important;
	}
}