.envirox-product {
  padding: 40px 0;
  background-color: #f7f7f7;
}
.envirox-product-title {
  max-width: 900px;
  padding-bottom: 20px;
}
.envirox-product-title h2 {
  font-size: 50px;
  color: #555555;
  font-weight: 300;
}
.envirox-product-title p {
  color: #707070;
  font-size: 18px;
  line-height: 28px;
}
.envirox-product-left {
  height: 100%;
  padding: 30px;
  background-image: url(images/envirox-product-left.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
}
.product-left-image img {
  width: 225px;
  transition: all ease 0.4s;
}
.envirox-product-left:hover .product-left-image img {
  transform: scale(1.1);
}
.product-left-info {
  padding-left: 30px;
}
.product-left-info h2 {
  font-weight: 400;
  font-size: 47px;
  color: #fff7b2;
}
.product-left-info ul {
  padding: 0 0 0 15px;
  font-size: 18px;
  color: #fff;
}
.product-left-info ul li {
  padding: 8px 0;
}
.envirox-product-meta {
  padding-top: 10px;
}
.envirox-product-meta a {
  display: inline-block;
  padding: 5px 17px;
  background-color: #fff;
  color: #727272;
  border-radius: 30px;
  font-size: 14px;
  margin-right: 50px;
}
.envirox-product-meta a:hover {
  background-color: #f2f2f2;
  color: #727272;
}


.envirox-product-right {
  padding: 19px 30px;
  background-image: url(images/envirox-product-right1.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  border-radius: 8px;
  overflow: hidden;
  min-height: 275px;
  cursor: pointer;
}
.envirox-product-right:nth-child(2) {
  background-image: url(images/envirox-product-right2.png);
  margin-top: 31px;
}
.product-right-image img {
  width: 220px;
  min-width: 220px;
  transition: all ease 0.4s;
}
.envirox-product-right:hover .product-right-image img {
  transform: scale(1.1);
}
.product-right-info {
  max-width: 420px;
  padding-left: 15px;
}
.product-right-info h2 {
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 25px;
  color: #fff7b2;
}
.product-right-info p {
  color: #f1dfd9;
  font-size: 16px;
  line-height: 26px;
}