.casestudy-section {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 400vh;
}

.wrapper {
  margin-top: 200px;
  margin-bottom: 200px;
}

.parallax-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 100%;
}

.casestudy-card {
  display: flex;
  flex-direction: column;
  width: 270px;
  height: 200px;
  background-color: yellow;
}

