#footer .brackets-container {
  width: auto;
  min-width: 10%;
  max-width: 10%;
  overflow: visible;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer-list {
  margin-top: 33vh;
}

.bg-noise-transparent::before {
  content: '';
  position: absolute;
  top: 0rem;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 1rem;
  z-index: 0;
}

#footer .bg-noise-transparent::before {
  content: '';
  position: absolute;
  top: 0rem;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.04;
  background-image: url('/public/img/noise.gif');
  background-repeat: repeat;
  background-position: center;
  z-index: 0;
}

@media screen and (min-width: 640px) {
  .footer-list {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .footer-list .side-brackets {
    flex-grow: 1;
  }
}
