#norr-scroll-section {
  display: flex;
  overflow: hidden;
  position: relative;
}
#norr-scroll-section .right-column {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
#norr-scroll-section .right-column.scroll-boxes {
  height: 100%;
  overflow-y: scroll;
  scroll-behavior: smooth;
  display: flex;
  flex-direction: column;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
#norr-scroll-section .right-column.scroll-boxes::-webkit-scrollbar {
  display: none;
}
#norr-scroll-section .right-column.scroll-boxes .box-item {
  padding: 24px;
  margin: 0 0 12px 0;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.7);
}
#norr-scroll-section .right-column.scroll-boxes .box-item h5 {
  color: rgba(31, 46, 81, 0.7);
}
#norr-scroll-section .right-column.scroll-boxes .box-item p {
  color: rgba(81, 81, 81, 0.8);
}
#norr-scroll-section .right-column.scroll-boxes .box-item.active {
  background: #fff;
}
#norr-scroll-section .right-column.scroll-boxes .box-item.active h5 {
  color: rgb(31, 46, 81);
}
#norr-scroll-section .right-column.scroll-boxes .box-item.active p {
  color: rgb(81, 81, 81);
}

/*# sourceMappingURL=elements.css.map */
