.ml-section-text[data-v-86475a49] {
  padding: calc(var(--rpx, 1px) * 128) 0;
}
@media screen and (max-width: 767px) {
.ml-section-text[data-v-86475a49] {
    padding: calc(var(--rpx, 1px) * 64) 0;
}
}
.ml-section-text .responsive__layout[data-v-86475a49] {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
.ml-section-text .responsive__layout[data-v-86475a49] {
    display: block;
}
}
.ml-section-text__content[data-v-86475a49] {
  flex: 0 1 calc(var(--rpx, 1px) * 640);
  width: 100%;
  font-size: 32px;
  font-weight: 500;
  line-height: 44.8px;
  color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
.ml-section-text__content[data-v-86475a49] {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}
}
.ml-section-text__content[data-v-86475a49] span {
  font-size: 32px;
  font-weight: 500;
  line-height: 44.8px;
  color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
.ml-section-text__content[data-v-86475a49] span {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}
}