.video-over::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.txt-underline h1 {
  text-decoration: underline;
  text-decoration-line: underline;   /* specifica che vuoi l’underline */
  text-decoration-color: var(--awb-custom_color_1);;        /* colore della linea */
  text-decoration-thickness: 3px;    /* spessore della linea */
  text-underline-offset: 4px;
}

