@charset "UTF-8";

.chart__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media screen and (min-width: 1280px) {
    .chart__wrapper {
        flex-direction: row;
        justify-content: space-evenly;
    }
}

.chart__wrapper .chart {
    margin-bottom: 24px;
    width: 100%;
}

.chart__wrapper .chart:last-child {
    margin-bottom: 0;
}

.chart {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.chart__quote {
    margin-top: 16px;
    text-align: right;
}
