.summary_sticky_col {
  position: sticky;
  top: 120px;
  align-self: flex-start;
  height: fit-content;
}
