/* How It Works page-specific styles */

.latest-insight__grid {
    display: flex;
    justify-content: center;
}

.latest-insight__grid .blog-card {
    width: 100%;
    max-width: 720px;
}

.latest-insight__cta {
    display: flex;
    justify-content: center;
    margin-top: var(--axis-space-8);
}