.footer-container {
  width: 100%;
  margin: 0 auto;
  margin-top: 16px;
  padding: 0;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: row;
  background-color: var(--third-color);
  flex-shrink: 0;

  f {
    color: #ececec;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 8px;
    margin-top: 8px;
    padding-right: 16px;
    padding-left: 16px;
    border-right: 2px solid #cccccc;
  }

  f:last-child {
    border-right: none;
  }

  a {
    text-decoration: none;
    color: #ececec;
  }
}

