#footer {
  height: auto;
  padding: 20px 8%;
  background: #474747;
}

.footer-block {
  display: flex;
}

.footer-block .info {
  padding: 4px;
  flex: 1;
  display: flex;
  flex-direction: column;
  text-align: start;
  align-items: start;
  font-size: 16px;
  color: white;
}

.footer-block .info div {
  padding: 4px;
}

.footer-block .line {
  display: flex;
  flex: 0.5;
  align-items: center;
  justify-content: start;
  padding-right: 48px;
}

.line img {
  width: 180px;
  height: 180px;
}

@media only screen and (max-width: 480px) {
  #footer {
    min-height: auto;
    padding: 16px;
    background: #474747;
  }

  .footer-block {
    display: flex;
    align-items: start;
    flex-direction: column;
  }

}
