.ProfileListPage {
  /* Component styles here... */
}

.ProfileListPage__profiles {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;

  margin-top: 20px;
}