.main-header {
  flex-direction: row-reverse;
  padding-top: 0;
  padding-bottom: 0;
  background-color: rgb(255, 255, 255);
  min-height: 60px;
}
.main-menu__logo img, .main-menu__title img {
  width: 180px;
  max-height: 100%;
}
.main-menu__logo, .main-menu__title {
  padding-top: 0;
}
.announcement__content_boxed {
  background: #d8d8d8;
}
.btn-secondary, button {
  background-color: #d8d8d8;
}
figure {
  mix-blend-mode: normal;
}
.main-footer {
  padding: 0;
}
.main-header a {
  color: #000;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}

