.dienst-link-zonnepanelen a {
  color: #00323B; /* of welke kleur de link standaard heeft */
}
.dienst-link-zonnepanelen a:hover {
  color: #00D573;
}

.step-badge {
  width: 56px;
  height: 56px;
  background-color: #00D573;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-num-text {
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 1;
}