.steps {
  &-step {
    margin-bottom: 15px;
    display: inline-flex;
    flex-direction: row;
    &-title {
      align-self: center;
    }
    &-num {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      height: 20px;
      width: 20px;
      border-radius: 15px;
      color: white;
      font-size: 12px;
      text-align: center;
      background-color: #494747;
      margin-right: 10px;
    }
  }
}
