.site-footer {
  clear: both;
  margin-top: 50px; }

.site-footer__prefix {
  background-color: #E7E7EA; }
  .site-footer__prefix > * {
    border-bottom: 1px solid #FFFFFF; }
    @media (min-width: 769px) {
      .site-footer__prefix > * {
        border-bottom: 0; } }
  @media (min-width: 769px) {
    .site-footer__prefix {
      border-bottom: 1px solid #FFFFFF;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      -ms-flex-align: center;
      align-items: center; }
      .site-footer__prefix > * {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
      .site-footer__prefix > :nth-child(2) {
        border-left: 1px solid #FFFFFF; } }

.site-footer__menu {
  background-color: #E7E7EA;
  padding: 2.9412% 4.902%; }
  @media (min-width: 50em) {
    .site-footer__menu {
      padding: 3.5156% 5.8594%; } }
  @media (min-width: 64em) {
    .site-footer__menu {
      padding: 2.9412% 4.902%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: start;
      align-items: flex-start;
      -ms-flex-pack: space-evenly;
      justify-content: space-evenly; } }
  .site-footer__menu nav {
    width: 100%; }

.site-footer__postscript {
  margin-top: 0px;
  margin-bottom: 36px; }
  .site-footer__postscript p {
    margin: 0; }
  .site-footer__postscript img {
    width: 154px; }
    @media (min-width: 48em) {
      .site-footer__postscript img {
        width: 196px; } }
  @media (min-width: 48em) {
    .site-footer__postscript {
      margin-top: 0px;
      margin-bottom: 60px; } }
