.footer {
  height: 8rem;
  background: #00052B;
}
.footer .hw1320 {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  max-width: 1320px;
  width: 80%;
  margin: 0 auto;
}
.footer .hw1320 .logo {
  height: calc(40px + 1.5rem);
}
.footer .hw1320 .logo img {
  height: 100%;
}
.footer .hw1320 p {
  width: calc(120px + 5rem);
  font-size: calc(8px + 0.5rem);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  line-height: calc(16px + 0.3rem);
}
