.hero-section {
  background-color: #ffffff;
  color: #000;
  padding: 100px 0;
  overflow: hidden;
}

#home h2 {
  color: #000000;
}

.hero-section .hero-text {
  margin-left: -5px;
}

.hero-section .hero-text h2 {
  font-weight: 700;
  margin-bottom: 15px;
}

.hero-section .hero-text p {
  font-size: 1.2rem;
}

.hero-section .hero-image img {
  max-width: 900px;
  height: auto;
  margin-left: 900px;
  margin-top: -2px;
  transform: rotate(10deg);
}

/* Móvil */
@media (max-width: 768px) {
  .hero-section .container {
    flex-direction: column;
    text-align: center;
  }

  .hero-section .hero-image {
    margin-top: 20px;
  }

  .hero-section .hero-image img {
    max-width: 260px;
    margin-left: 0;
    transform: rotate(6deg);
  }
}
