div.header h1.title
{
  margin-right: 360px;
}

div.header div.other-language-links
{
  right: 360px;
}

@media screen and (max-width: 640px)
{
  div.header h1.title
  {
    margin-right: 0;
  }

  div.header div.other-language-links
  {
    right: 5px;
  }

}
