#onetrust-pc-sdk {
  height: 80vh;
}

.footer {
  width: 100%;
  background-color: #0774cc;
}
.footer ul {
  width: 100%;
  text-align: center;
}
.footer ul li {
  display: inline-block;
}
.footer a {
  margin-right: 20px;
  line-height: 45px;
  color: #FFF;
  text-decoration: none;
}

@media screen and (max-width: 1000px) {
  .footer {
    padding: 1.5vw 0;
  }
  .footer a {
    font-size: 3.1vw;
    margin-right: 1vw;
    margin-left: 1vw;
  }
}