.footer {
  padding: 20px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer__brand {
  display: flex;
  align-items: flex-end;
  gap: 30px;
}

.footer__brand a {
  font-weight: bold;
  font-size: 18px;
}

.footer__brand p {
  font-size: 13px;
  color: #6b7280;
  font-weight: 500;
}

.footer__links a {
  margin-right: 20px;
}

.footer__links a:hover {
  color: #000;
}
