.text-prem { color: #9B1B30; }

.card-prem {
  border: 0;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
  height: 100%;
}

.card-product {
  border: 0;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
  text-align: center;
  padding: 1rem;
  height: 100%;
}

.card-glass {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(12px);
  border: 0;
}

.card-img-center {
  display: block;
  margin: 0 auto 1rem auto;
  max-width: 100px;
  height: auto;
}

.step-number {
  width: 70px;
  height: 70px;
  background-color: white;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
  margin-bottom: 1rem;
  color: #9B1B30;
  font-size: 28px;
  font-weight: bold;
}