#accessibilityWidget svg {
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.supporting-menu__copyright li {
  vertical-align: middle;
  line-height: 40px;
}
@media only screen and (min-width: 750px) {
  .supporting-menu__copyright li {
    line-height: normal;
  }
}