.about-section {
  overflow: visible !important;
}

.about-sticky {
  position: sticky;
  top: 120px;
  align-self: flex-start;
  z-index: 2;
}