.footer-info {
  color: #fff;
  font-family: SVN-Aptima;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5625rem;
}
.footer-info strong {
  font-weight: 700;
}

.footer {
  height: 33.1875rem;
  position: relative;
}
.footer-wrap {
  position: absolute;
  left: 12.5rem;
  right: 12.5rem;
  bottom: 5.1875rem;
}
.footer-main {
  display: grid;
  grid-template-columns: 24.1875rem 15.5856rem 24.1875rem;
  justify-content: space-between;
  align-items: start;
}
.footer-wordmark {
  width: 16.875rem;
  height: 1.375rem;
  object-fit: contain;
  margin-bottom: 1.75rem;
}
.footer-info p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.5625rem;
}
.footer-logo {
  width: 15.5856rem;
  height: 12.5213rem;
  object-fit: contain;
}

.legal {
  margin-top: 3.375rem;
  padding-top: 1rem;
  border-top: 0.0625rem solid #59a1ca;
  color: #6fc5ef;
  text-align: center;
  font-family: SVN-Aptima;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: 400;
  line-height: 0.75rem;
}
.legal p {
  width: 56rem;
  margin: 0 auto;
}

@media (max-width: 639.98px) {
  .footer {
    height: auto;
    background: #112e50;
  }

  .footer-main {
    row-gap: 2.12rem;
    place-items: center;
    grid-template-columns: 1fr;
  }
  .footer-wordmark {
    display: none;
  }
  .footer-wrap {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0.75rem;
  }
  .legal p {
    width: 22.19rem;
  }
  .legal p br:not(:nth-child(2)) {
    display: none;
  }

  .footer-logo {
    grid-row: 1 / 2;
    width: 12.21288rem;
    height: 9.81169rem;
  }
  .legal {
    color: #6fc5ef;
    text-align: center;
    font-family: SVN-Aptima;
    font-size: 0.625rem;
    font-style: italic;
    font-weight: 400;
    line-height: 0.75rem; /* 120% */
  }
}
