.footerWrapper {
  background-color: #fff;
  box-sizing: border-box;
  border-top: 1px solid #f0f0f0;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
}
