.homepageFooter {
  background-color: #fff;
  padding: 2rem 5rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.homepageFooter p {
  font-size: 1.25rem;
  font-weight: 500;
}

@media (max-width: 768px) {
  .homepageFooter {
    display: none;
  }
}
