.page-wrapper1 {
  padding: 0 10% 3% 10%;
}
.upper {
  padding-top: 3%;
}

.partners {
  display: flex;
  flex-direction: row;
  justify-content: left;
  padding-top: 40px;
}

.partner {
  text-align: center;
}
.uio {
  width: 50%;
}
.partner-img {
  align-self: center;
  height: 86px;
}

.lower {
  padding-top: 4%;
}
.sponsors {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  padding: 40px 20px 20px 20px;
}

.sponsor-img {
  height: 86px;
  align-self: center;
}

.sponsor {
  text-align: center;
  padding: 0px 50px 0px 40px;
}

.eurostars {
  width: calc(100 / 3);
}

.norway {
  width: calc(100 / 3);
}

.council {
  width: calc(100 / 3);
}
