.maxbud_footer_right .link .app,
.maxbud_footer_right .link .google {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 145px;
  height: 43px;
  border-radius: 5px;
}

.maxbud_footer_right .link .app {
  width: 129px;
}

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

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

.maxbud_footer {
  min-width: 1440px;
  display: flex;
  flex-flow: column;
  margin-top: 96px;
  width: 100%;
  height: 390px;
  background: #f6f6f7;
  border-radius: 0;
}

.maxbud_footer_content {
  max-width: 1220px;
  margin: 0 auto;
  width: 100%;
}

.maxbud_footer_top {
  margin-top: 96px;
  display: flex;
  width: 100%;
}

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

.maxbud_footer_left .title {
  font-size: 24px;
  color: #1d2939;
  line-height: 32px;
  display: flex;
  align-items: center;
}

.maxbud_footer_left .title img {
  width: 36px;
  height: 36px;
  margin-right: 9px;
}

.maxbud_footer_left .sub {
  margin-top: 12px;
  font-size: 16px;
  color: var(--sub-text-color);
  line-height: 24px;
}

.maxbud_footer_right {
  display: flex;
  flex-flow: column;
  margin-left: 36px;
}

.maxbud_footer_right .title {
  font-size: 14px;
  color: #101828;
  line-height: 20px;
}

.maxbud_footer_right .link {
  display: flex;
  align-items: center;
  margin-top: 24px;
}

.maxbud_footer_bottom {
  margin-top: 122px;
  border-top: 1px solid #eaecf0;
  padding-top: 34px;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #344054;
  line-height: 24px;
  justify-content: space-between;
}

.maxbud_footer_link a {
  color: #475467;
}

.maxbud_footer_link a:first-child {
  margin-right: 32px;
}
