footer {
  background-color: #d9d9d9;
  min-height: 196px;
  height: 260px;
  padding: 32px 96px;
  display: flex;
  flex-direction: row;
  justify-content: center;

  > div {
    display: flex;
    flex-direction: column;
    align-items: center;

    > a:first-child {
      > img {
        width: 80px;
        height: 96px;
      }
    }

    > a:nth-child(2) {
      margin-top: 48px;
      font-size: var(--fs-body);
      line-height: 24px;
      font-family: MavenPro, sans-serif;
      font-weight: 500;
    }

    > p {
      margin-top: 8px;
      font-size: var(--fs-small);
      line-height: 20px;
      font-family: MavenPro, sans-serif;
      font-weight: 400;
    }
  }
}
