/** @define reference; weak */
.reference {
  column-count: 1;
  column-gap: 36px;
}
@media only screen and (min-width: 800px) {
  .reference {
    column-count: 2;
  }
}
@media only screen and (min-width: 1200px) {
  .reference {
    column-count: 3;
  }
}
.reference .icon_star {
  width: 20px;
  height: 20px;
}
.reference figure {
  display: grid;
  grid-template-rows: 1fr auto;
  margin: 0;
  margin-bottom: 36px;
  padding: 40px;
  color: var(--colorFont);
  background-color: var(--colorSecondaryRevert);
  border: 1px solid var(--colorLine);
  break-inside: avoid;
  border-radius: 15px;
}
/*# sourceMappingURL=css/reference.css.map */