.WhiteTwoColumnSection_FlexCol {
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 5.75rem;

  position: sticky;
  top: 0;

  background-color: white;
  width: 100vw;

  transition: filter 0.3s ease-in-out;
}

.WhiteTwoColumnSection_left_progress,
.WhiteTwoColumnSection_right_progress {
  width: 100%;
}

.WhiteTwoColumnSection_right_Video_Progress {
  justify-content: center;
  position: relative;
  top: -5.5rem;
}

.WhiteTwoColumnSection_right_progress {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ProgressSectionBigHeading {
  font-size: 3rem;
  margin: 0 auto;
  margin-bottom: 1rem;
  width: 40%;
}

@media screen and (width <=700px) {
  .WhiteTwoColumnSection_right_Video_Progress {
    justify-content: flex-end;
    position: relative;
    top: 0;
  }

  .WhiteTwoColumnSection_right_Video_Progress .VideoBoxView {
    align-items: center;
  }

  .WhiteTwoColumnSection_FlexCol {
    padding: 1rem;
  }

  .ProgressSectionBigHeading {
    font-size: 2.3rem;
    width: 100%;
  }

  .inmobBreak {
    display: block;



  }



  .WhiteTwoColumnSection_FlexCol {
    height: 130vh;

    justify-content: flex-start;
    padding-top: 7rem;
  }
}

@media screen and (width <=430px) {
  .ProgressSectionBigHeading {
    font-size: 2rem;
  }
}