/* the rest of styles in active.css and stages.css */

#training-header {
  min-height: 40vh;
}

.main-header h2 {
  font-size: 2em;
}

.main-header {
  min-height: 40vh;
  margin: 140px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

section {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-content {
  padding: 5vw;
}

.spine-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.spine-part:nth-child(4) .spine-text p {
  padding: 10px;
}

.spine-text ul li {
  color: var(--bg);
  margin-left: 40px;
}

@media screen and (min-width: 768px) {
  .main-header h2 {
    font-size: 3em;
  }

  .main-header {
    margin-top: 50px;
    min-height: 60vh;
  }

  .spine-part:nth-child(4) .spine-text p {
    padding: 10px;
  }
}

@media screen and (min-width: 992px) {
  .hero-section {
    min-height: 100vh;
  }

  .spine-big-circle:nth-child(18),
  .spine-big-circle:nth-child(19) {
    width: 80px;
    height: 80px;
  }

  .spine-big-circle:nth-child(21),
  .spine-big-circle:nth-child(22),
  .spine-big-circle:nth-child(23) {
    width: 70px;
    height: 70px;
  }

  .spine-big-circle:nth-child(25) {
    width: 60px;
    height: 60px;
  }

  .spine-big-circle:nth-child(18) {
    transform: translateX(-30px);
  }

  .spine-big-circle:nth-child(19) {
    transform: translateX(-5px);
  }

  .spine-big-circle:nth-child(20) {
    transform: translateX(10px);
  }

  .spine-big-circle:nth-child(21) {
    transform: translateX(-10px);
  }

  .spine-big-circle:nth-child(22) {
    transform: translateX(-25px);
  }

  .spine-big-circle:nth-child(23) {
    transform: translateX(-40px);
  }

  .spine-big-circle:nth-child(24) {
    transform: translateX(-20px);
  }

  .spine-big-circle:nth-child(25) {
    transform: translateX(0px);
  }

  .spine-part:nth-child(5) {
    top: 1610px;
  }

  .spine-part:nth-child(6) {
    top: 1990px;
  }
}
