.steps-how-it-connect .thesis-step:last-child .thesis-step__header:after {
  display: none;
}
@media only screen and (width < 1024px) {
  .steps-how-it-connect {
    display: flex;
    flex-direction: row;
  }
  .steps-how-it-connect .thesis-step {
    flex-direction: row;
  }
  .steps-how-it-connect .thesis-step .thesis-step__header {
    flex-direction: column;
    gap: 32px;
  }
  .steps-how-it-connect .thesis-step .thesis-step__header:after {
    height: 100%;
    border-top: none;
    border-left: 1px solid var(--translucent-text-10);
  }
  .steps-how-it-connect .thesis-step__button {
    margin-bottom: 32px;
  }
}
@media only screen and (width < 768px) {
  .steps-how-it-connect {
    flex-direction: column;
  }
}

/*# sourceMappingURL=servers-game.css.map */
