footer {
  background: #000;
}

footer .container {
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .container li {
  margin: 15px;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
}

footer .container li:nth-of-type(4) {
  display: flex;
}

footer .container li:nth-of-type(4) img {
  width: 45px;
  height: 45px;
  padding-right: 4px;
}

footer .container li p {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .container {
    flex-wrap: wrap;
  }
}

