<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.about-project {
  display: flex;
}

.about-project__left-column {
  width: 100%;
  margin-right: 20px;
}

.about-project__right-column {
  width: 100%;
}

.about-project__achievement-item::marker {
  display: none;
}

.about-project__diagram {
  width: 445px;
  height: 248px;
  margin-bottom: 10px;
}

.about-project__diagram-note {
  margin-bottom: 25px;
}

.about-project__achievements-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.about-project__achievement-item {
  display: flex;
  align-items: flex-start;
}

.about-project__achievement-item:not(:last-of-type) {
  margin-bottom: 10px;
}

.about-project__ammount {
  width: 55px;
  flex-shrink: 0;
  margin-right: 10px;
  font-weight: 700;
}

@media screen and (max-width: 900px) {
  .about-project {
    flex-direction: column;
  }

  .about-project__left-column {
    margin-bottom: 30px;
  }

  .about-project__diagram {
    max-width: 500px;
    width: 100%;
    height: auto;
  }
}</pre></body></html>