.starter-chart {
    min-width: 0;
    height: 280px;
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .starter-chart {
        margin-bottom: 0;
    }

    .hero.starter-chart {
        grid-column: 1 / span 2;
    }

}