.product-management-section__gallery {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-self: center;
}
.product-management-section__gallery-column {
  display: flex;
  gap: 16px;
  flex-direction: column;
}
.product-management-section__gallery-column:first-child {
  margin-top: 60px;
}
.product-management-section__gallery-item {
  display: flex;
  align-items: start;
}

@media screen and (max-width: 991px) {
  .product-management-section__gallery {
    justify-content: center;
  }
}
