/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 12 2025 | 07:15:12 */
.sobre-nosotros {
  width: 100%;
  padding: 40px 20px;
  background: #fff;
  color: #222;
}

.sobre-nosotros .container {
  max-width: 1200px;
  margin: 0 auto;
}

.sobre-nosotros h1 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #ff9900;
}

.sobre-nosotros p {
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 15px;
}

.sobre-nosotros a {
  color: #ff9900;
  font-weight: bold;
  text-decoration: none;
}

.sobre-nosotros a:hover {
  text-decoration: underline;
}

/* Мобильная адаптация */
@media (max-width: 768px) {
  .sobre-nosotros h1 {
    font-size: 1.6rem;
  }
  .sobre-nosotros p {
    font-size: 0.95rem;
  }
}
