body {
  font-family: 'Segoe UI', sans-serif;
  margin: 0;
  padding: 0;
  background: #f8f9fb;
}

.about-us {
  background: linear-gradient(135deg, #5f72be, #9921e8);
  color: #fff;
  padding: 60px 20px;
}

.container {
  max-width: 1200px;
  margin: auto;
}

.about-us h1 {
  text-align: center;
  font-size: 40px;
  margin-bottom: 40px;
}

.about-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.about-text {
  flex: 1;
  min-width: 300px;
}

.about-text h2 {
  font-size: 28px;
  margin-bottom: 20px;
}

.about-text p {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.about-text ul {
  list-style: none;
  padding: 0;
}

.about-text ul li {
  font-size: 16px;
  margin-bottom: 10px;
}

.about-text ul li i {
  margin-right: 10px;
  color: #00ffcc;
}

.about-image {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.about-image img {
  max-width: 100%;
  border-radius: 20px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}
