.ticketForm .TicketFormLeftContainer__formHeader{
  margin-bottom: 1rem
}
.ticketForm .TicketFormLeftContainer__formHeader::after{
  content: 'Please do not share private information and/or documents on this form.';
  display: block;
  font-size: 1rem;
  color: red;
  margin-top: 10px;
  font-weight: bold;
   
}
