.footer-box {
  display: flex;
  justify-content: center;
}
.footer {
  width: 70%;
  height: 200px;
  text-align: center;
  color: #808080;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer p {
  margin: 0 0 40px;
}
.footer .media {
  width: 20%;
  display: flex;
  justify-content: space-between;
  color: orange;
}