  @media (max-width: 767px) {
    #chartAndLegendContainer {
        flex-direction: column;
        align-items: flex-start;
    }
}