.about-page {
  justify-content: center;
  padding: 16px;
  display: flex;
}

.about-container {
  background: #1a1e3b;
  border-radius: 20px;
  max-width: 1200px;
  height: fit-content;
  box-shadow: 0 4px 8px #0000001a;
}

.about-content {
  padding: 24px;
}

.about-grid {
  grid-template-columns: 1fr;
  gap: 16px;
  display: grid;
}

.about-card {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 2px 4px #0000001a;
}

.about-card-content {
  padding: 16px;
}

.about-title {
  align-items: center;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: bold;
  display: flex;
}

.about-icon {
  margin-right: 8px;
}

.about-title-text {
  font-size: 24px;
}

.about-text {
  color: #e0e0e0;
  font-size: 18px;
}

.about-section {
  margin-bottom: 24px;
}

.about-heading {
  text-align: center;
  margin-bottom: 24px;
  font-size: 36px;
  font-weight: bold;
}

.about-paragraph {
  text-align: justify;
  margin-bottom: 24px;
  font-size: 18px;
}

.about-list {
  flex-wrap: wrap;
  gap: 16px;
  padding: 0;
  list-style-type: none;
  display: flex;
}

.about-list-item {
  border-radius: 8px;
  flex: 1;
  padding: 16px;
}

.about-card-title {
  text-align: center;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: bold;
}

.about-card-content {
  text-align: justify;
  font-size: 16px;
}
/*# sourceMappingURL=agora-main.92a3bbb3.css.map */
