.Header__containerLink {
  font-size: 0; /* Hides the original text */
  padding: 10px 20px; /* Increase the padding to make the button larger */
  /* You may also want to adjust other styles like border, background, etc., to suit the new size */
}

.Header__containerLink::after {
  content: 'Create a Ticket'; /* New text */
  font-size: 16px; /* Set the font size for the new text */
  color: #000; /* Set the text color */
  display: inline-block; /* Make the pseudo-element behave like text */
  vertical-align: middle; /* Align it properly within the button */
}
.Header__menuList {
border:0!important;
}
