@media (max-width: 768px) {
  wec-for table td:first-child:before {
    content: "Título" !important;
  }
}
@media (max-width: 768px) {
  wec-for table td:nth-child(2):before {
    content: "Horas por edición" !important;
  }
}
@media (max-width: 768px) {
  wec-for table td:nth-child(3):before {
    content: "Fecha Inicio" !important;
  }
}
@media (max-width: 768px) {
  wec-for table td:nth-child(4):before {
    content: "Fecha Fin" !important;
  }
}
@media (max-width: 768px) {
  wec-for table td:nth-child(5):before {
    content: "Info" !important;
  }
}
@media (max-width: 768px) {
  wec-for table td:last-child:before {
    content: "Solicitud" !important;
  }
}