#foot {
  display: flex;
  width: 100%;
  justify-content:space-between;
  font-weight: 700;
  font-size:1.5rem;
}

.container > #foot > p {
  margin: 0 35px 20px 35px;
}