    .ticketForm  .TicketFormLeftContainer__wrapper .TicketFormLeftContainer__title h2{
 position:relative; 
  margin-bottom:40px;
}
.hidebutton {display:none}

.ticketForm  .TicketFormLeftContainer__wrapper .TicketFormLeftContainer__title h2:after{
  font-size:16px;
  position:absolute;
  top:40px;
  left:0px;
  font-weight:normal;
  line-height:130%;
  content:'Clients, please submit individual tickets for each topic or issue so that we can better serve you and provide you the best customer support experience.'
}
@media only screen and (max-width:768px){
  .ticketForm  .TicketFormLeftContainer__wrapper .TicketFormLeftContainer__title h2{
     margin-bottom: 80px;
  }
}

