.product-all-groups {
  width: 90%;
}

.product-group,
.product-all-groups {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.product-group {
  justify-content: space-between;
  gap: 15px;
}

.product-single-item {
  background-color: var(--awb-color1);
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  padding: 20px;
  width: 50%;
}

.product-group-20 .product-single-item {
  width: 100%;
}

.product-group-33 .product-single-item {
  width: 100%;
}

.product-item-top {
  min-height: 170px;
}

body.page-id-3632 .product-item-top {
  min-height: 210px;
}


.product-icon {
  min-height: 52px;
  text-align: center;
}

.product-title {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  line-height: 24px;
}

.product-short-description {
  text-align: center;
  margin-top: 5px;
  min-height: 60px;
  max-width: 200px;
  display: inline-block;
  line-height: 21px;
}

.product-link {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}

.product-link a {
  display: inline-block;
  border-bottom: 2px solid #00b6b6;
  text-decoration: none;
}

.product-link a:hover {
  text-decoration: none;
  color: #207bc1;
  border-bottom: 2px solid #207bc1;
}


@media only screen and (min-width: 810px) {
  .product-group-67 {
    width: 66.67%;
  }
  .product-group-33 {
    width: 33.33%;
  }
  .product-group-40 {
    width: 40%;
  }
  .product-group-20 {
    width: 20%;
  }
}

@media only screen and (max-width: 809.98px) {
  .product-all-groups {
    flex-direction: column;
    width: 100%;
  }

  .product-link,
  .product-short-description {
    font-size: 13px;
  }

  .product-title {
    font-size: 18px;
  }

  .product-group {
    width: 100%;
  }

  .product-group {
    justify-content: center;
  }

  .product-group-20 .product-single-item {
    width: 50%;
  }

  .product-group-33 .product-single-item {
    width: 50%;
  }

  .product-title {
    line-height: 23px;
  }

  body.page-id-3632 .product-item-top {
    min-height: 190px;
  }
}