File: /var/www/linde-ai/html/styles/partials/_how-it-works.scss
.how-it-works {
  padding: 50px 0 100px;
  &__steps {
    display: flex;
    margin-top: 50px;
    justify-content: space-evenly;
  }
  &__single-step {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 190px;
  }
  &__num-wrapper {
    position: relative;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  &__num-bg {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
  &__step-num {
    z-index: 1;
  }
}