.footer-powered-by {
  margin-top: 32px;
  display: flex;
  justify-content: flex-start;
}

@media only screen and (max-width: 991px) {
  .footer-powered-by {
    margin-top: 56px;
  }
}

.footer-powered-by__link {
  display: inline-block;
  line-height: 0;
  width: 170px;
  max-width: 100%;
}

.footer-powered-by__link img {
  display: block;
  width: 100%;
  height: auto;
}
