.generic-dropdown-content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.generic-dropdown-content a{
  text-decoration: none;
}
.generic-dropdown-item-image{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  overflow: hidden;
}
.generic-dropdown-item-image img {
  width: 90%;
  height: auto;
}