.related-search {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.related-search__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--grid-gutter);
}
