
footer {
  position: relative;
  margin-top: 60px;
  width: 100%;
  padding: 28px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f7f8ff;
  border-top: 1px solid rgba(38, 54, 178, 0.12);
}

.footer-content {
  width: 100%;
  max-width: 800px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  font-family: var(--font-family-inter);
  font-weight: 400;
  font-size: 14px;
  color: #2636B2;
  flex-wrap: wrap;
}

footer svg {
  width: 26px;
  transition: opacity 0.2s ease;
}

footer a {
  display: flex;
  align-items: center;
  transition: opacity 0.2s ease;
}

footer a:hover {
  opacity: 0.6;
}

footer a:link,
footer a:visited,
footer a:hover,
footer a:active {
  color: #2636B2;
  text-decoration: none;
}

footer figure {
  margin: 0;
  font-size: 13px;
  color: #666;
}
