/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 18 2025 | 20:26:07 */
.scroll-section {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}

.left-column {
  flex: 1;
  min-width: 0;
}

.right-column {
  flex: 0 0 500px;
  display: flex;
  justify-content: flex-start; /* horizontally center the image */
	align-items:flex-end;
}

.sticky-image {
  position: sticky;
  top: 10px;
  width: 100%;
  height: 90vh;
}

.sticky-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}