.about-div {
  padding-top: 80px;
  padding-bottom: 50px;
  background-color: #f8f9fa;
  min-height: 100vh;
}

.about-title {
  font-weight: bold;
  color: #198754;
  font-size: 2.8rem;
}

.about-text {
  font-size: 1.2rem;
  color: #555;
  margin-bottom: 1.5rem;
}

.about-img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.icon-feature {
  font-size: 3rem;
  color: #198754;
}

.about-headers {
  font-weight: 600;
  color: #333;
  font-size: 1.5rem;
}

.about-p {
  font-size: 1rem;
  color: #666;
  margin-top: 0.5rem;
}

/* Responsive ajustes para móviles */
@media (max-width: 768px) {
  .about-title {
    font-size: 2rem;
  }

  .about-text {
    font-size: 1rem;
  }

  .icon-feature {
    font-size: 2.5rem;
  }

  .about-headers {
    font-size: 1.3rem;
  }

  .about-p {
    font-size: 0.95rem;
  }
}
