.heading-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
  color: black;
}

.heading-text h3 {
  border-bottom: 1px solid black;
  padding-bottom: 12px;
}

/* Variante blanca */
.heading-text.text-white {
  color: white;
}

.heading-text.text-white h3 {
  border-color: white;
}
