.couple-gallery {
  min-height: auto;
  padding: 42px 20px 58px;
  background: var(--white);
}

.couple-gallery-inner {
  width: min(100%, 760px);
}

.couple-gallery .script {
  margin-bottom: 34px;
  color: var(--primary);
}

.couple-gallery .memory-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 0;
}

.couple-gallery .memory-card,
.couple-gallery .memory-card:nth-child(2),
.couple-gallery .memory-card:nth-child(3),
.couple-gallery .memory-card-featured {
  grid-column: auto;
  aspect-ratio: 1 / 1;
  height: auto;
  margin: 0;
  border-radius: 8px;
  transform: none;
  box-shadow: none;
}

.couple-gallery .memory-card img {
  animation: none;
}

.couple-gallery .memory-card:hover {
  transform: none;
  box-shadow: none;
}

.couple-gallery .memory-card:hover img {
  transform: scale(1.05);
}
