header .brand-link {
  display: inline-block;
  line-height: 0;
  text-decoration: none;
}

header .logo {
  display: inline-block;
  width: 209px;
  height: 45px;
  object-fit: contain;
}

header .logo-text {
  display: inline-block;
  color: var(--mo-white);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}

header .icons {
  align-items: center;
  display: flex;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -21px;
}

header .icons a {
  display: block;
  margin: 0 0 0 14px;
  line-height: 0;
}

header .icons img,
footer .icons img {
  width: 42px;
  height: 42px;
  display: block;
  object-fit: contain;
}

.content .wrapper .center-block img.full-pic {
  display: block;
  width: 100%;
  margin: 0 0 32px;
  border-radius: 18px;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.22);
}

footer .icons {
  align-items: center;
  display: flex;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -21px;
}

footer .icons a {
  margin: 0 0 0 14px;
  line-height: 0;
}

footer .footer-brand {
  margin: 0 0 10px;
}

footer .brand-link {
  display: inline-block;
  line-height: 0;
  text-decoration: none;
}

footer .logo {
  display: inline-block;
  width: 209px;
  height: 45px;
  object-fit: contain;
}

@media screen and (max-width: 1000px) {
  footer .icons {
    justify-content: center;
    position: relative;
    margin: 20px auto 0;
    top: auto;
    right: auto;
  }

  footer .icons a {
    margin: 0 8px;
  }

  footer .icons img {
    width: 28px;
    height: 28px;
  }
}

@media screen and (max-width: 500px) {
  header .logo {
    width: 160px;
    height: auto;
  }

  header .icons {
    margin-top: -15px;
  }

  header .icons a img {
    width: 30px;
    height: 30px;
  }
}
