.component.divided-scroll{scroll-behavior:smooth;justify-content:space-between;display:flex;overflow:auto}.component.divided-scroll>.left-side{max-width:40%}.component.divided-scroll>.right-side{scroll-behavior:smooth;border-left:1px solid #0000001a;flex-direction:column;flex-grow:1;max-width:60%;min-height:100vh;display:flex;overflow:auto}@media (max-width:768px){.component.divided-scroll{flex-direction:column;align-items:stretch;min-height:100vh}.component.divided-scroll>.left-side{max-width:unset}.component.divided-scroll>.right-side{max-width:unset;border-left:unset;min-height:unset;overflow:unset}}
