.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px 20%;
  margin-top: 20px;
  color: white;
  background-color: #333;
}
.footer .left {
  min-width: 500px;
}
.footer > div {
  line-height: 30px;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}

.footer .right > img {
  width: 100px;
}
@media (max-width: 750px) {
  .footer {
    padding: 20px 10% !important;
  }
  .footer .left {
    min-width: 300px;
  }
}
