.step-tag {
  position: relative
}

.step-tag .step-tag-top {
  position: absolute;
  top: 0;
  left: 50%;
  font-size: 20px;
  font-weight: bold;
  padding: 0.2em 1em;
  transform: translate(-50%, 0);
  background-color: #EE5D44;
  color: #fff;
  border-radius: 0 0 8px 8px
}