.footer-box {
  width: 100%;
  height: 200px;
  /* background-color: red; */
  display: flex;
  justify-content: center;
  align-items: center;
  /* text-align: center; */
}
.footer-box li {
  width: 315px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}

.footer-box li p {
  display: flex;
  justify-content: flex-start;
}
.footer-box li img {
  margin-left: 30px;
  margin-bottom: 15px;
}
