:root {
  --bs-primary: $primary-color;
  --bs-primary-rgb: $primary-color-rgb;
  --btn-min-width: 200px;
}

@media screen and (min-width: 1440px) {
  div.about-container {
    margin: 0 20vw;
  }
  div.about-container div.about-list .about-item div.about-image img {
    height: 200px;
  }
  div.about-container div.about-list .about-item .about-info .about-content {
    max-width: 100%;
    line-clamp: 3;
    -webkit-line-clamp: 3;
  }
}
.report-container .table-list table,
.income-container .table-list table {
  max-width: 500px;
}

.award-container .table-list table {
  max-width: 1000px;
}

.struct-container .struct-table {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.struct-container .struct-table h3 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  text-align: center;
}
.struct-container .struct-table table {
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
}
.struct-container .struct-table table td {
  padding: 5px 15px;
}/*# sourceMappingURL=about.css.map */