.product-services-block h1{
	text-align: center;
	font-size: 35px;
	color: #000;
	margin-top: 1rem;
	font-family: 'Open-Sans-bold';
}
.each-product-section{
	padding: 1.5rem;
	border:1px solid #cb0101;
	margin-top: 1rem;
	margin-bottom: 1rem;
	border-radius: 0.6rem;
	transition: all 0.3s ease-in-out;
}
.each-product-section h4{
	margin-bottom: 2rem;
	margin-top: 1.5rem;
	font-weight: bold;
	font-family: 'Open-Sans-bold';
    /*min-height: 86px;*/
    font-size: 24px;
    color: #010101;
}
.each-product-section p
{
	font-size: 16px;
	color: #444444;
	line-height: 25px;
	min-height: 100px;
}
.each-product-section:hover p,
.each-product-section:hover h4
{
	color: #fff;
}
.each-product-section:hover{
	background-color: #cb0101;
	color: #fff;
}
.each-product-section img
{
	background-color: #fff;
	border-radius: 0.5rem;
}
ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: #fff;
}
ul.breadcrumb li {
  display: inline;
  font-size: 16px;
  color: #cb0202;
}
ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}
ul.breadcrumb li a {
  color: #444444;
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: #444444;
  text-decoration: underline;
}
@media(min-width:992px) and (max-width:1199px){
	.each-product-section h4{
		font-size: 22px;
	}
	.product-services-block h1{
		font-size: 32px;
	}
	.each-product-section p{
		min-height: 150px;
	}
}
@media(min-width:576px) and (max-width:767px){
	.product-services-block h1{
		font-size: 30px;
	}
	.each-product-section p{
		min-height: 180px;
		font-size: 15px;
	}
	.each-product-section h4{
		font-size: 22px;
	}
}
@media(min-width:320px) and (max-width:575px){
	.product-services-block h1{
		font-size: 26px;
		margin-top: 0.3rem;
	}
	.each-product-section h4{
		min-height: auto;
		margin-bottom: 0.5rem;
		margin-top: 0.5rem;
		font-size: 22px;
	}
	.each-product-section p{
		font-size: 15px;
		line-height: 22px;
		min-height: auto;
	}
	ul.breadcrumb{
		margin-bottom: 0;
	}
}