@media (width < 40rem) {
  .future-step-section {
    margin-top: 50px;
    padding: 0 15px;
  }

  /* Triangle */
  .step-triangle-container {
    max-width: 180px;
    height: 150px;
    margin: 0 auto;
  }

  .step-triangle-shape {
    border-left: 120px solid transparent;
    border-right: 120px solid transparent;
    border-bottom: 150px solid #ff6d6d2d;
  }

  .step-title {
    font-size: 1.1rem;
    margin-top: 55px;
  }

  /* Content */
  .content-text {
    font-size: 1rem;
    line-height: 1.8;
    margin-left: 0;
    margin-top: 25px;
    text-align: center;
  }

  /* Slogan */
  .slogan-text {
    font-size: 1.6rem;
    margin-top: 3rem;
    margin-right: 0;
    text-align: center;
  }
}
@media (width >= 40rem) {
  .step-triangle-container {
    max-width: 200px;
    height: 170px;
  }

  .step-triangle-shape {
    border-left: 135px solid transparent;
    border-right: 135px solid transparent;
    border-bottom: 170px solid #ff6d6d2d;
  }

  .step-title {
    font-size: 1.3rem;
    margin-top: 65px;
  }

  .content-text {
    font-size: 1.1rem;
    margin-left: 0;
    text-align: center;
  }
}
@media (width >= 48rem) {
  .future-step-section {
    margin-top: 70px;
  }

  .step-triangle-container {
    max-width: 230px;
    height: 190px;
  }

  .step-triangle-shape {
    border-left: 150px solid transparent;
    border-right: 150px solid transparent;
    border-bottom: 190px solid #ff6d6d2d;
  }

  .step-title {
    font-size: 1.4rem;
    margin-top: 75px;
  }

  .content-text {
    font-size: 1.2rem;
    margin-left: 120px;
    text-align: left;
  }

  .slogan-text {
    font-size: 2rem;
  }
}
@media (width >= 64rem) {
  .future-step-section {
    margin-top: 90px;
  }

  .step-triangle-container {
    max-width: 250px;
    height: 200px;
  }

  .step-triangle-shape {
    border-left: 165px solid transparent;
    border-right: 165px solid transparent;
    border-bottom: 200px solid #ff6d6d2d;
  }

  .step-title {
    font-size: 1.5rem;
    margin-top: 80px;
  }

  .content-text {
    font-size: 1.3rem;
    margin-left: 170px;
  }

  .slogan-text {
    font-size: 2.5rem;
    margin-right: 50px;
  }
}
@media (width >= 80rem) {
  .future-step-section {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
