.l-custom-gallery {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .l-custom-gallery img {
    margin-bottom: 30px; }

@media only screen and (min-width: 992px) {
  .l-custom-gallery {
    flex-direction: row;
    justify-content: space-between; }
    .l-custom-gallery img {
      margin-bottom: 0; } }
