.cpm-featured-products {
  display: flex;
  gap: 30px;
}
.cpm-product-card {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: -16px 16px 32px 0 rgba(193, 216, 195, 30%);
  border: 1px solid rgb(193, 216, 195, 30%);
}

.cpm-product-thumbnail img {
  width: 100%;
  border-radius: 20px;
}

.product-content {
  padding: 25px 24px;
}

.cpm-product-title {
  color: #6a9c89;
  font-family: inter;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.cpm-product-excerpt {
  font-family: inter;
  font-size: 14px;
  font-weight: 500;
  color: #4b5563;
}

.cpm-product-link {
  color: #ffa725;
  font-family: inter;
  font-size: 14px;
  font-weight: 600;
  margin-top: 20px;
}

.learn-more {
  margin-top: 18px;
}


