.acc_head br{
   display: none;
}

@media (max-width: 768px) {
  .acc_head br  {
    display: block;
  }
}