.aboutUs[data-v-5f5eabb8] {
  width: 100%;
  padding-bottom: var(--page-margin-bottom);
}
.aboutUs .aboutUsContent[data-v-5f5eabb8] {
  margin: 40px auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.aboutUs .aboutUsContent .aboutUsContent_item[data-v-5f5eabb8] {
  height: 390px;
  flex: 1;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.aboutUs .aboutUsContent .aboutUsContent_item_title[data-v-5f5eabb8] {
  height: 37px;
  line-height: 37px;
  font-family: HelveticaNeue-MediumItalic;
  font-size: var(--font-size-large);
  color: #ffffff;
  font-weight: 500;
  position: absolute;
  top: 190px;
  left: 39px;
}
.aboutUs .aboutUsContent .aboutUsContent_item_desc[data-v-5f5eabb8] {
  font-size: var(--font-size-small);
  color: #ffffff;
  line-height: 24px;
  font-weight: 400;
  position: absolute;
  width: 88%;
  top: 248px;
  left: 6%;
}

