.about-box .about-banner {
  width: 100%;
  float: left;
}

.about-box .about-content {
  padding: 30px 0;
  color: #575756;
}

.about-box .aboutcontenthead {
  margin-bottom: 30px;
  margin-top: 40px;
}

.about-box .about-content span {
  display: block;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 35px;
}

.about-products .box {
  border: none;
  position: relative;
  margin-top: 10px;
}

.about-products {
  margin: 30px 0px;
}

.about-products .box-content {
  padding: 38px 36px;
}

.about-products .box-content .aboutproductheading {
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 20px;
  min-height: 65px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.about-products .margin-top-36px {
  margin-top: 36px;
}

.about-products .aboutproduct-description {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  min-height: 80px;
  margin-bottom: 40px;
}

.about-products .boximg {
  height: 222px;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .about-box .aboutcontenthead {
    margin-bottom: 16px;
    margin-top: 0px;
  }

  .about-products {
    margin: 10px 0px;
  }
}
