.case-study {
  align-content: center;
  align-items: center;
  display: flex;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0;
  height: -moz-min-content;
  height: min-content;
  justify-content: flex-start;
  overflow: visible;
  padding: 0;
  position: relative;
  scroll-margin-top: 20px;
  width: 100%;
}
.case-study-item-container {
  flex: none;
  height: auto;
  position: sticky;
  top: 100px;
  z-index: 1;
}
.case-study-item-container,
.motion-wrap {
  max-width: 100%;
  width: 100%;
  --framer-will-change-override: none;
  will-change: var(--framer-will-change-override, transform);
}
.motion-wrap {
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0;
  height: 500px;
  justify-content: flex-start;
  overflow: hidden;
  padding: 0;
  position: relative;
}
