:root {
  --primary-color: #000000;
  --secondary-color: #FFFFFF;
  --support-phone-number: '1-855-629-3200';
}

@media only screen and (max-device-width : 480px) {
  .logo {
    height: 90px;
    background-position-y: center;
  }
  .lang {
    bottom: 0px
  }
}