body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #f9f9f9;
  color: #222;
}

.about-container {
  max-width: 1200px;
  margin: 40px auto;
  padding: 20px;
}

.about-section {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 40px;
}

.about-img {
  width: 300px;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.about-text {
  flex: 1;
  min-width: 280px;
}

.about-text h1 {
  margin-top: 0;
  font-size: 2.2em;
}

.about-text p {
  font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 1.2em;
}
