.hero-heading {
  margin: 32px auto;
  width: min-content;
}

.gallery-heading {
  margin-top: 0px !important;
}

.ftco-section {
  padding: 0 !important;
}

.ftco-footer.ftco-section {
  padding: 48px !important;
}

.gallery-row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px; 
  max-width: 1500px;
  margin: 0 auto;
}

.gallery-column {
  flex: calc(1/3 * 100%);
  max-width: calc(1/3 * 100%);
  padding: 0 4px;
}

.gallery-column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of three columns */
/* @media screen and (max-width: 800px) { */
/*   .gallery-column { */
/*     flex: 50%; */
/*     max-width: 50%; */
/*   } */
/* } */

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .gallery-column {
    flex: 100%;
    max-width: 100%;
  }
}
