.Product-Category a {
  color: #575756;
}

.Product-Category a:hover {
  color: #575756;
  text-decoration: none;
}

.Product-Category .box .box-content .btnBlue {
  color: #fff;
}

.para-content {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 25px;
  margin-top: 10px;
}

.bigheading {
  font-size: 35px;
  line-height: 42px;
}

.Product-Category {
  margin-bottom: 65px;
}

.Product-Category .sub-heading {
  font-size: 23px;
  margin-top: 10px;
  line-height: 32px;
  margin-bottom: 10px;
}

.Product-Category .heading6 {
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  min-height: 64px;
}

.Product-Category .box {
  padding: 18px 18px;
}

.more-products {
  margin: 36px 0px 0px 0px;
}

.Product-Category .box-content p {
  margin-bottom: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  min-height: 100px;
}

@media only screen and (max-width: 767px) {
  .Product-Category {
    margin-bottom: 0px;
  }

  .more-products {
    margin: 0px 0px 30px 0px;
  }
}
