.macs-page {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.about-us-hero {
  text-align: center;
  padding: 80px 20px;
  background-color: #ffffff;
}

.about-us-hero h1 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: #1a1a1a;
}

.about-us-hero .subtitle {
  font-size: 1.25rem;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
  color: #555;
}

.features-band {
  background-color: #1a1a1a; /* Un fondo oscuro y elegante */
  padding: 60px 20px;
  color: #ffffff;
}

.features-band .container {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.feature-item {
  text-align: center;
  max-width: 300px;
  flex: 1;
}

.feature-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}

.feature-item h3 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.feature-item p {
  font-size: 1rem;
  line-height: 1.5;
  color: #cccccc;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .about-us-hero h1 {
    font-size: 2.5rem;
  }

  .about-us-hero .subtitle {
    font-size: 1.1rem;
  }

  .features-band .container {
    flex-direction: column;
    align-items: center;
  }
}
