.__flexibility{
  position: relative;
  padding-top: 80px;
  background: transparent;
  overflow: hidden;
  padding-bottom: 80px;
}
.__flexibility::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    #ffffff 0%,
    #ffffff 66.67%,
    #e0f2fe 66.67%,
    #e0f2fe 100%
  );
  z-index: 0;
}


.__flexibility > * {
  position: relative;
  z-index: 1;
}