.beneficios-sistema h2 {
  color: #08384f;
  margin-bottom: 2.5rem !important;
}

.beneficio-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 2rem 1.5rem;
  height: 100%;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(8, 56, 79, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.beneficio-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.1);
}

.beneficio-icone {
  font-size: 2rem;
  color: #0b4d6d;
  display: inline-block;
}

.beneficio-card h5 {
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
  color: #111827;
}

.beneficio-card p {
  margin-bottom: 0;
  line-height: 1.7;
  color: #374151;
}