#price-product {
  font-size: 1.5rem;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  color: #653297;
}
.bi.bi-check-circle-fill {
  background: linear-gradient(to right, #69369b, #cb0261);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  color: transparent;
}
.card-title {
font-size: 2rem;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  background: linear-gradient(to right, #ddb429, #e8101d);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  color: transparent;
}
#price-products {
font-size: 2rem;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  text-align: center;
  background: linear-gradient(to right, #ddb429, #e8101d);
    background-clip: border-box;
  -webkit-background-clip: text;
  color: transparent;
}
.card {
  margin-bottom: 32px !important;
}



