@media screen and (max-width: 768px) {
  ul {
    padding-left: 0;
  }

  p, main li{
    font-size: 0.95em;
  }

  .main {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tooltip-text {
    position: fixed;
    left: 30px;
    right: 30px;
    bottom: auto;
    top: 50%;
    width: auto;
    transform: translateY(-50%);
  }

  .power-of-nix .iconify {
    width: 96px;
    height: 96px;
  }

  .power-of-nix {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
