.img-unit {
  margin-bottom: calc(8px * 5);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

@media screen and (max-width: 959px) {
  .img-unit {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .img-unit {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 519px) {
  .img-unit {
    margin: 0 auto 20px auto;
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
    max-width: 320px;
  }
}

/*# sourceMappingURL=../../maps/pages/philosophy.css.map */
