.maxbud_mobile_page {
  width: 100%;
  background: #ffffff;
  box-sizing: border-box;
}

.maxbud_mobile_main {
  margin-top: 2.8vw;
  width: 100%;
  padding: 0 4.27vw;
}

.maxbud_mobile_banner {
  width: 100%;
  height: 143.2vw;
  display: flex;
  justify-content: center;
}

.maxbud_mobile_hero {
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  background-image: url("../public/images/hero_section_mobile.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.maxbud_mobile_hero .title {
  margin-top: 8.53vw;
  font-size: 8.53vw;
  color: var(--text-color);
  line-height: 10.27vw;
  text-transform: none;
}

.maxbud_mobile_hero .sub {
  margin-top: 3.47vw;
  font-size: 2.8vw;
  color: #1d2939;
  line-height: 4.27vw;
  text-transform: none;
}

.maxbud_mobile_hero .maxbud_download {
  margin-top: 3.47vw;
  display: flex;
  align-items: center;
}

.maxbud_mobile_section {
  margin-top: 15.2vw;
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
}

.maxbud_mobile_main > .maxbud_mobile_section:first-child {
  margin-top: 13.73vw;
}

.maxbud_mobile_section_title {
  width: 100%;
  max-width: 85.73vw;
  font-size: 6.4vw;
  line-height: 7.73vw;
  color: #101828;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.maxbud_mobile_section_sub {
  width: 100%;
  max-width: 85.73vw;
  margin-top: 2.8vw;
  font-size: 3.73vw;
  line-height: 5.07vw;
  color: var(--sub-text-color);
  font-style: normal;
  text-transform: none;
  text-align: left;
}

.maxbud_mobile_section_text {
  width: 100%;
  max-width: 85.73vw;
  margin-top: 8.53vw;
  font-size: 3.73vw;
  line-height: 5.07vw;
  color: var(--sub-text-color);
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.maxbud_mobile_section .image {
  margin-top: 3.33vw;
  width: 85.33vw;
  height: 90.67vw;
}
