.elementor-6771 .elementor-element.elementor-element-0425b27{--display:flex;}/* Start custom CSS */.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(5rem, 1fr));
  grid-auto-rows: 1fr;
}

.grid::before {
  content: "";
  width: 0;
  padding-bottom: 100%;
  grid-row: 1/1;
  grid-column: 1/1;
}

.grid > *:first-child {
  grid-row: 1/1;
  grid-column: 1/1;
}

/* Just to make the grid visible */
.grid > * {
  background: rgba(0, 0, 0, 0.1);
  border: 1px white solid;
}/* End custom CSS */