.maxbud_download_section {
  max-width: 1220px;
  margin: 96px auto 0;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.maxbud_download_section_content {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}

.maxbud_download_title {
  font-size: 36px;
  color: #101828;
  line-height: 44px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.maxbud_download_sub {
  margin-top: 20px;
  font-size: 20px;
  color: var(--sub-text-color);
  line-height: 30px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.maxbud_download {
  margin-top: 57px;
  display: flex;
  justify-content: flex-start;
}

.maxbud_hero .maxbud_download .google,
.maxbud_hero .maxbud_download .app,
.maxbud_download .google,
.maxbud_download .app {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 135px;
  height: 40px;
  border-radius: 5px;
}

.maxbud_hero .maxbud_download .app,
.maxbud_download .app {
  width: 120px;
}

.maxbud_download_section .image {
  width: 599px;
  height: 486px;
}
