.wbpage-foot {
  background-color: rgb(13, 133, 163);
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wbpage-foot p {
  color: white;
  font-size: 14px;
}

.foot-desc {
  margin-left: 3vw;
  width: 80vw;
}

.foot-desc a {
  color: blue;
  text-decoration: underline;
}

.logos {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.logo {
  height:40px;
  margin-right: 1.2vw;
  width: auto;
}