/* Product Categorie Section */
.product-cat h2{
  text-align: center;
  color: black;
}

.product-cat hr{
	background-color:black;
}

/* product icons */
.product-cat img{
	width: 250px;
  	height: auto;
}

/* Short About Us Section */
.about-us-home{
  display:grid;
  place-items:center;
    

}
.about-us-content{
  margin:0;
}

.about-us-content h2{
  margin-left:5px;
  color:white;
  margin:0;
background-color: #608bbc;
  text-align: center;
  padding:20px 30px 20px 30px;
}

.about-us-content p{
  margin:0;
  background-color: gray;
  width:500px;
  height: auto;
  padding:30px;
}