@charset "utf-8";
/* CSS Document */

.about-section {
  padding: 60px 0;
}

.about-title {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 2px;
}

.orange-line {
  width: 80px;
  height: 4px;
  background-color: #ff5a1f;
  margin-bottom: 20px;
}

.about-text {
  color: #555;
  line-height: 1.8;
}

.about-img {
  width: 100%;
  border-radius: 10px;
}

.stats {
  background: #f8f8f8;
  padding: 50px 0;
  text-align: center;
}

.stat-number {
  font-size: 48px;
  font-weight: bold;
}

.stat-label {
  font-size: 18px;
  color: #666;
}