.onboarding-title {
    font-size: 28px;
    font-weight: bold;
    color: #032D5C;
}

.vertical-bar {
    width: 1px;
    height: 800px; /* Adjust height as needed */
    background-color: #032D5C; /* Primary color of the vertical bar */
}

