html,
body {
  overflow-x: clip;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 768px) {
  footer li + li::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #CCCCCC;
    border-radius: 50%;
    margin-right: 12px;
    vertical-align: middle;
  }
}
