.maxbud_mobile_footer_right .link .app,
.maxbud_mobile_footer_right .link .google {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 19.33vw;
  height: 5.73vw;
  border-radius: 0.67vw;
}

.maxbud_mobile_footer_right .link .app {
  width: 17.2vw;
}

.google {
  background-image: url("../public/images/google_download.png");
}

.app {
  background-image: url("../public/images/apple_download.png");
  margin-left: 3.47vw;
}

.maxbud_mobile_footer {
  display: flex;
  flex-flow: column;
  margin-top: 10.27vw;
  padding: 0 4.27vw;
  width: 100%;
  height: 63.73vw;
  background: #f6f6f7;
  border-radius: 0;
}

.maxbud_mobile_footer_top {
  margin-top: 13.73vw;
  display: flex;
  width: 100%;
}

.maxbud_mobile_footer_left {
  display: flex;
  flex-flow: column;
  flex: 1;
}

.maxbud_mobile_footer_left .title {
  font-size: 3.47vw;
  color: #1d2939;
  line-height: 4.53vw;
  display: flex;
  align-items: center;
}

.maxbud_mobile_footer_left .title img {
  width: 5.2vw;
  height: 5.2vw;
  margin-right: 1.33vw;
}

.maxbud_mobile_footer_left .sub {
  margin-top: 1.73vw;
  font-size: 2.27vw;
  color: var(--sub-text-color);
  line-height: 3.47vw;
}

.maxbud_mobile_footer_right {
  display: flex;
  flex-flow: column;
  margin-left: 5.2vw;
}

.maxbud_mobile_footer_right .title {
  font-size: 2vw;
  color: #101828;
  line-height: 2.8vw;
}

.maxbud_mobile_footer_right .link {
  display: flex;
  align-items: center;
  margin-top: 3.47vw;
}

.maxbud_mobile_footer_bottom {
  margin-top: 16.27vw;
  border-top: 0.13vw solid #eaecf0;
  padding-top: 4.53vw;
  display: flex;
  align-items: center;
  font-size: 2.27vw;
  color: #344054;
  line-height: 3.47vw;
  justify-content: space-between;
}

.maxbud_mobile_footer_link a {
  color: #475467;
}

.maxbud_mobile_footer_link a:first-child {
  margin-right: 4.53vw;
}
