.productGridSmall {
  background: rgba(81, 152, 47, 0.2666666667);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 3rem;
  gap: 1em;
}
.productGridSmall .product {
  margin-bottom: 6em;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  width: 190px;
}
.productGridSmall .product a {
  text-decoration: none;
}
.productGridSmall .product figure {
  display: flex;
  vertical-align: center;
  justify-content: center;
}
.productGridSmall .product p {
  font-size: 1.8em;
  text-align: center;
  line-height: 1.2em;
  margin-top: 0.2em;
  white-space: normal;
  min-height: 2.4em;
}
.productGridSmall .product span {
  background-color: #51982f;
  line-height: 1;
  padding: 0.4em 0.8em;
  color: #fff;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  font-size: 1.7rem;
}

/*# sourceMappingURL=productGridSmall.css.map */
