.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #002537;
  padding: 28px 0;
}
.footer .p1 {
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  line-height: 32px;
}
.footer .w1200 {
  width: 20%;
  min-width: 200px;
}
