/* line 1, pricefox/pages/steps-section-homepage.scss */
.steps-home-section {
  display: flex;
  margin: 0 0 100px;
}

/* line 5, pricefox/pages/steps-section-homepage.scss */
.steps-home-section .steps-section-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 992px;
  padding: 0 20px 30px;
  margin: 0 auto;
}

/* line 13, pricefox/pages/steps-section-homepage.scss */
.steps-home-section .steps-section-container .fox-moneybox {
  width: 218px;
  height: 218px;
}

/* line 18, pricefox/pages/steps-section-homepage.scss */
.steps-home-section .steps-section-container h2 {
  font-size: 38px;
  text-align: center;
  margin: 0 0 10px;
}

/* line 24, pricefox/pages/steps-section-homepage.scss */
.steps-home-section .steps-section-container .steps-home-steps {
  display: flex;
}

/* line 28, pricefox/pages/steps-section-homepage.scss */
.steps-home-section .steps-section-container .steps-home-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 30px;
  padding: 0 20px 20px;
  width: 330px;
  height: 280px;
}

/* line 38, pricefox/pages/steps-section-homepage.scss */
.steps-home-section .steps-section-container .steps-home-container .steps-img {
  width: 112px;
  height: 111px;
}

/* line 43, pricefox/pages/steps-section-homepage.scss */
.steps-home-section .steps-section-container .steps-home-container .title {
  font-weight: 700;
  font-size: 36px;
  color: #004467;
  margin: 0;
}

/* line 50, pricefox/pages/steps-section-homepage.scss */
.steps-home-section .steps-section-container .steps-home-container p {
  font-weight: 400;
  font-size: 20px;
  color: #004467;
  margin: 0;
}

@media (min-width: 993px) and (max-width: 1440px) {
  /* line 61, pricefox/pages/steps-section-homepage.scss */
  .steps-home-section {
    margin: 0 0 70px;
  }
  /* line 64, pricefox/pages/steps-section-homepage.scss */
  .steps-home-section .steps-section-container {
    width: 992px;
    padding: 0 20px 30px;
  }
  /* line 68, pricefox/pages/steps-section-homepage.scss */
  .steps-home-section .steps-section-container .fox-moneybox {
    width: calc(184px + (218 - 184) * ((100vw - 992px) / (1440 - 992)));
    height: calc(184px + (218 - 184) * ((100vw - 992px) / (1440 - 992)));
  }
  /* line 73, pricefox/pages/steps-section-homepage.scss */
  .steps-home-section .steps-section-container h2 {
    font-size: calc(32px + (38 - 32) * ((100vw - 992px) / (1440 - 992)));
    margin: 0 0 10px;
  }
  /* line 78, pricefox/pages/steps-section-homepage.scss */
  .steps-home-section .steps-section-container .steps-home-container {
    gap: 20px;
    padding: 0 20px 20px;
    max-width: 290px;
    max-height: 310px;
  }
  /* line 84, pricefox/pages/steps-section-homepage.scss */
  .steps-home-section .steps-section-container .steps-home-container .steps-img {
    width: calc(88px + (112 - 88) * ((100vw - 992px) / (1440 - 992)));
    height: calc(88px + (112 - 88) * ((100vw - 992px) / (1440 - 992)));
  }
  /* line 89, pricefox/pages/steps-section-homepage.scss */
  .steps-home-section .steps-section-container .steps-home-container .title {
    font-size: calc(27px + (36 - 27) * ((100vw - 992px) / (1440 - 992)));
  }
  /* line 93, pricefox/pages/steps-section-homepage.scss */
  .steps-home-section .steps-section-container .steps-home-container p {
    font-size: calc(16px + (20 - 16) * ((100vw - 992px) / (1440 - 992)));
  }
}

@media (max-width: 992px) {
  /* line 102, pricefox/pages/steps-section-homepage.scss */
  .steps-home-section {
    margin: 0 0 40px;
  }
  /* line 105, pricefox/pages/steps-section-homepage.scss */
  .steps-home-section .steps-section-container {
    display: flex;
    flex-direction: column;
    width: 340px;
    padding: 0 20px;
    margin: 0 auto;
  }
  /* line 112, pricefox/pages/steps-section-homepage.scss */
  .steps-home-section .steps-section-container .fox-moneybox {
    width: 124px;
    height: 124px;
  }
  /* line 117, pricefox/pages/steps-section-homepage.scss */
  .steps-home-section .steps-section-container h2 {
    font-size: 26px;
    line-height: 28px;
    margin: 0 0 10px;
  }
  /* line 123, pricefox/pages/steps-section-homepage.scss */
  .steps-home-section .steps-section-container .steps-home-steps {
    flex-direction: column;
  }
  /* line 127, pricefox/pages/steps-section-homepage.scss */
  .steps-home-section .steps-section-container .steps-home-container {
    gap: 10px;
    padding: 0 0 10px;
    width: 330px;
    height: 186px;
  }
  /* line 133, pricefox/pages/steps-section-homepage.scss */
  .steps-home-section .steps-section-container .steps-home-container .steps-img {
    width: 88px;
    height: 88px;
  }
  /* line 138, pricefox/pages/steps-section-homepage.scss */
  .steps-home-section .steps-section-container .steps-home-container .title {
    font-size: 27px;
    margin: 0;
  }
  /* line 143, pricefox/pages/steps-section-homepage.scss */
  .steps-home-section .steps-section-container .steps-home-container p {
    font-size: 14px;
    margin: 0;
  }
}
