/* Compiled from article_image_gallery_component.scss. Edit this sidecar CSS directly. */
.article-image-gallery-component {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding: 16px 16px;
}

.article-image-gallery-component .card {
  gap: 2em;
  /* medium breakpoint (tablets) */
  @media (min-width: 992px) {
    max-width: calc(50% - 10px);
  }
  padding: 24px;
  background-color: #F9FAFD;
}

.article-summary-page h6 {
  font-size: 13px;
  font-weight: 500;
  color: #5E6E82;
}
