.projects[data-astro-cid-ap4p5qhg] {
  display: flex;
  flex-direction: column;
  gap: var(--layout-space-400);
}

.projects-gallery[data-astro-cid-ap4p5qhg] {
  display: flex;
  flex-direction: column;
  gap: var(--layout-space-400);
}

.projects-gallery-item[data-astro-cid-ap4p5qhg] {
  display: flex;
  flex-direction: column;
  gap: var(--layout-space-50);
}

picture[data-astro-cid-ap4p5qhg] {
  flex-grow: 1;
  position: relative;
  width: 100%;
}

img[data-astro-cid-ap4p5qhg] {
  aspect-ratio: 2;
  width: 100%;
  object-fit: cover;
  object-position: center right;
  pointer-events: none;
}
