#idea-about-section {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
  padding: 40px 20px;
  background: #f8f8f8;
  border-top: 2px solid #eee;
  border-bottom: 2px solid #eee;
}

#idea-about-section .about-image {
  flex: 1 1 40%;
  max-width: 500px;
}

#idea-about-section .about-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

#idea-about-section .about-content {
  flex: 1 1 50%;
}

#idea-about-section .about-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #222;
}

#idea-about-section .about-subtitle {
  font-size: 20px;
  font-style: italic;
  margin-bottom: 15px;
  color: #666;
}

#idea-about-section .about-description {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}
