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

.maxbud_main {
  min-width: 1440px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  flex-flow: column;
  align-items: center;
}

.about_title {
  margin-top: 103px;
  max-width: 897px;
  font-size: 60px;
  color: var(--text-color);
  line-height: 72px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.about_sub_title {
  max-width: 897px;
  margin-top: 24px;
  font-size: 21px;
  color: #1d2939;
  line-height: 32px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.about_section {
  margin-top: 192px;
  display: flex;
  width: 100%;
  max-width: 1440px;
  min-width: 1220px;
  justify-content: center;
}

.about_section_content {
  display: flex;
  flex-flow: column;
  margin-left: 23px;
  max-width: 600px;
}

.about_section:nth-child(even) {
  flex-direction: row-reverse;
}

.about_section:nth-child(odd) {
  flex-direction: row;
}

.about_section:nth-child(even) .about_section_content {
  margin-left: 0;
  margin-right: 23px;
}

.maxbud_main > .about_section:first-of-type {
  margin-top: 162px;
}

.about_section img {
  width: 597px;
  height: 382px;
}

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

.about_section p {
  max-width: 600px;
  margin-top: 20px;
  font-size: 20px;
  color: #667085;
  line-height: 30px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.maxbud_page .maxbud_download_section {
  margin-top: 192px;
}
