#main-layout-content {
  background: #fff;
  padding-bottom: 5.9375rem;
}
.about-us {
  margin-bottom: 5.75rem;
}
@media (max-width: 1200px) {
  .about-us {
    padding: 0 1.25rem;
  }
}
.about-us__title {
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.625rem;
  text-align: center;
  color: #000;
  margin-top: 4.5rem;
  margin-bottom: 0.3125rem;
}
.about-us__subTitle {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.5625rem;
  text-align: center;
  color: #ccc;
}
.about-us__content {
  margin-top: 2.9375rem;
  gap: 3rem;
}
@media (max-width: 575.98px) {
  .about-us__content {
    gap: 1rem;
  }
}
@media (min-width: 576px) {
  .about-us__content {
    gap: 1rem;
  }
}
@media (min-width: 768px) {
  .about-us__content {
    gap: 1rem;
  }
}
.about-us__content-text {
  flex-basis: 40.4375rem;
  flex-grow: 2;
  font-weight: 400;
  font-size: 1rem;
  line-height: 2.1875rem;
  color: #7e7e7e;
}
.about-us__content-text p {
  margin: 0;
}
.about-us__content-banner {
  flex-basis: 31.5rem;
  flex-grow: 1;
  max-width: 100%;
  height: auto;
}
.statistics {
  background: #000;
  background-image: url('/static/images/about-us/about-us-bg.png');
}
.statistics-list {
  max-width: 1200px;
  margin: 0 auto;
}
.statistics-list__item {
  color: #fff;
  width: 11.9375rem;
  height: 11.9375rem;
  border: 2px solid #fff;
  border-radius: 50%;
  margin: 3.375rem 0;
}
.statistics-list__item-count {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1;
}
.statistics-list__item-unit {
  font-weight: 400;
  font-size: 1rem;
  vertical-align: bottom;
  margin-left: 0.5rem;
}
.statistics-list__item-text {
  font-weight: 400;
  font-size: 1.125rem;
  text-align: center;
  margin-top: 1rem;
}
.core-competitiveness__title {
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.625rem;
  text-align: center;
  color: #000;
  margin-top: 4.75rem;
  margin-bottom: 0.3125rem;
}
.core-competitiveness__subTitle {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.5625rem;
  text-align: center;
  color: #ccc;
  margin-bottom: 2.0625rem;
}
.core-competitiveness__text {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.875rem;
  color: #343434;
}
.core-competitiveness__text p {
  margin: 0;
}
@media (max-width: 1200px) {
  .core-competitiveness__list {
    padding: 0 1.25rem;
  }
}
.core-competitiveness__list-item {
  width: 17.5625rem;
  height: 17.5625rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-bottom: 1rem;
}
.core-competitiveness__list-item__mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.core-competitiveness__list-item__text {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5625rem;
  color: #fff;
}
