.about-us-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.about-us-text {
  margin-bottom: var(--dl-space-space-unit);
}
.about-us-container1 {
  flex: 0 0 auto;
  width: auto;
  border: 2px dashed rgba(120, 120, 120, 0.4);
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.about-us-text01 {
  padding: var(--dl-space-space-unit);
  text-align: left;
  border-color: var(--dl-color-gray-black);
  border-width: 1px;
}
.about-us-ul {
  width: 746px;
  height: 601px;
}
