footer#colophon.site-footer {
  margin: 0 30px;
}
footer#colophon.site-footer .msc-info {
  background: black;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 130px;
}
footer#colophon.site-footer .msc-info .msc-logo {
  height: 85px;
  width: 100px;
}
footer#colophon.site-footer .site-info {
  padding: 10px 90px 0;
  background: #2c2c2c;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 35px;
}
footer#colophon.site-footer .site-info.hide {
  display: none;
}
footer#colophon.site-footer .site-info span {
  color: #9a9a9a;
  font-size: 11px;
}
@media only screen and (max-width: 450px) {
  footer#colophon.site-footer {
    margin: 0;
  }
  footer#colophon.site-footer .site-info {
    padding: 10px 20px;
  }
}
.footer-about {
  height: 300px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  color: white;
  margin: 0 30px;
}
.footer-about > div {
  padding: 50px 150px;
}
@media only screen and (max-width: 450px) {
  .footer-about {
    height: auto;
    flex-direction: column;
    padding-bottom: 30px;
    margin: 0;
  }
  .footer-about > div {
    padding: 10px 50px;
  }
}
