.projects__toolbar {
  margin-bottom: 2.4rem;
}
.projects__load-more {
  margin-top: 4rem;
}
@media (min-width: 768px) {
  .projects__toolbar {
    margin-bottom: 4rem;
  }
}

.industry__page {
  margin-bottom: 2.4rem;
}
@media (min-width: 768px) {
  .industry__page {
    margin-bottom: 8rem;
  }
}
