.step-number {
  width: 40px;
  height: 40px;
  background-color: #0d6efd;
  color: white;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  position: absolute;
  top: -10px;
  left: -10px;
}

.card.position-relative {
  padding-left: 15px;
}
