.footer {
  height: 205px;
  width: 100%;
  background-color: #0f0e0e;
  overflow: hidden;
  padding: 18px 0;
}

.footer-media {
  height: 41px;
}

.footer-media a {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 9px;
}

.footer-logo {
  width: 154px;
  margin-top: 8px;
}

@media only screen and (min-width: 1200px) {
  .footer {
    height: 271px;
  }

  .footer-logo {
    margin-top: 15px;
  }
}
