#quienes-somos {
  padding: 1em 0;
}

#quienes-somos p {
  line-height: 1.6;
}

body, html {
  margin: 0;
  padding: 0;
  font-family: "Segoe UI", sans-serif;
  color: white;
  overflow-x: hidden;
  background: #0a0a0a;
  position: relative;
}

.about-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  min-height: 100vh;
  backdrop-filter: blur(2px);
}

.about-text {
  flex: 1 1 45%;
  padding: 20px;
  max-width: 600px;
}

.about-text h2 {
  font-size: 2.5em;
  margin-bottom: 20px;
}

.about-text p {
  font-size: 1.2em;
  line-height: 1.6;
}

.about-lottie {
  flex: 1 1 45%;
  max-width: 500px;
  height: 400px;
}

@media (max-width: 768px) {
  .about-container {
    flex-direction: column;
    text-align: center;
  }
  .about-lottie {
    margin-top: 40px;
  }
}