.header_user_info {
  text-align: right;
}
@media (max-width: 768px) {
  .header_user_info {
    text-align: center;
  }
}
