/* Home Page */
section.white_bg {
    padding-bottom: 0;
}
.white_bg h2 {
    text-align: center;
}
.white_bg p {
    text-align: center;
}
.Service_box {
    margin-bottom: 30px;
}

/* Services Inner Page */
.service_overview {
    text-align: center;
    padding-bottom: 0;
}
.department-sec .Service_box h4 {
    text-transform: uppercase;
}
.list_with_bullets.column-3 {
    column-count: 3;
}
.list_with_bullets.column-2 {
    column-count: 2;
}

/* Product Page */
.product-image img {
    height: 250px;
    width: 330px;
}
.product-content h3 {
    margin-bottom: 10px !important;
}
.our-products {
	margin-bottom: 30px;
}
.home_industrys h2{
	margin: 0 0 20px !important;
}

/* product single */
li.product.type-product{
	margin: 0 10px !important;
}

/* Responsive */
@media (min-width: 992px) and (max-width: 1199px) {
	.Our_Services .Service_box {
		min-height: 430px;
	}
}
@media (max-width: 991px) {
	.Our_Services .Service_box {
		min-height: 390px;
	}
}
@media (max-width: 760px) {
	.Our_Services .Service_box {
		min-height: 290px;
	}
}