.footer-inner {
  display: flex;
  justify-content: center;
}

.footer {
  padding-bottom: 87px;
  display: flex;
  justify-content: space-between;
  width: 477px;
}

.footer__link {
  padding: 10px;
  color: #ffffff;
  font-size: 18px;
  line-height: 25px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer__link:hover {
  opacity: 50%;
}

.footer__finish {
  padding-left: 9px;
  display: flex;
  justify-content: center;
  font-size: 20px;
  line-height: 27px;
  color: #ffffff;
  opacity: 50%;
}

@media (max-width: 767px) {
  .footer {
    padding-bottom: 39px;
    width: 302px;
  }

  .footer__link {
    font-size: 12px;
    line-height: 16px;
  }

  .footer__finish {
    padding-left: 0;
    font-size: 13px;
    line-height: 18px;
  }
}
