.footer {
  width: 100%;
  height: 140px;
  background: #26294d;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footer .footer-name {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.footer .footer-name span {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.footer p {
  color: rgba(216, 234, 255, 0.6);
  font-size: 14px;
  margin-bottom: 4px;
  text-align: center;
}
