.ScrollContainer {
height: 100vh;
overflow: scroll
}
.ScrollContainerLeft {
border: 5px solid black;
font-size:10px;
width: 100%;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
position: relative;
box-sizing: border-box;
scroll-snap-align: start;
}
.ScrollContainerRight {
border: 5px solid black;
font-size:10px;
width: 100%;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
position: relative;
box-sizing: border-box;
scroll-snap-align: start;
}
#beratung_container {
height: 100vh;
overflow: scroll
}