.footer {
  background-color: #414141;
  width: 100%;
  height: 150px;
  margin-top: 30px
}

.footer-logo {
  height: 50px;
  margin: 10px 10px 10px 0;
}

.vertical-center {
  display: table-cell;
  vertical-align: middle;
  float: none;
  height: 150px;
}

.footer-text {
  color: white;
  text-align: right;
}

@media screen and (max-width: 992px) {
  .footer {
    height: auto;
  }
  .footer-text {
    text-align: center;
  }
  .vertical-center {
    width: 100vw;
    text-align: center;
    height: 100px;
  }
  .footer-logo {
    display: inline-block;
    margin: 10px;
  }
}
