.__flexibility{
  position: relative;
  padding-top: 32px;
  background: transparent;
  overflow: hidden;
  padding-bottom: 32px;
}
.__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;
}
.__flexibility_item{
	justify-content: space-around;
	flex: 1;
}
.__flexibility_list{
	align-items: inherit !important;
}