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

.maxbud_about_main {
  padding: 0 4.27vw;
}

.about_title {
  margin-top: 13.73vw;
  font-size: 8.53vw;
  color: var(--text-color);
  line-height: 10.27vw;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.about_sub_title {
  margin-top: 3.47vw;
  font-size: 3.73vw;
  line-height: 5.07vw;
  color: #1d2939;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.about_section {
  margin-top: 12.8vw;
  display: flex;
  flex-flow: column;
  width: 100%;
}

.maxbud_about_main > .about_section:first-of-type {
  margin-top: 10vw;
}

.about_section img {
  width: 91.47vw;
  height: 56.67vw;
}

.about_section h2 {
  margin-top: 3.6vw;
  font-size: 6.4vw;
  line-height: 7.73vw;
  color: #101828;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.about_section p {
  max-width: 85.73vw;
  margin-top: 1.2vw;
  font-size: 3.73vw;
  line-height: 5.07vw;
  color: #667085;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
