:root {
  --primary-color: #0C121C;
  --secondary-color: #FFFFFF;
  --support-phone-number: '1-866-533-9328';
}

.logo {
  height: auto;
  background-position-y: center;
}

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