﻿#special-footer > div > div:first-child {
  gap: 0px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

#special-footer > div > div:last-child {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
