body.faq-page {
    display: block;
    top: auto;
    min-height: 100vh;
    width: 100%;
}

.faq-page-shell {
    width: 100%;
}

.faq-page main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.faq-cta-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;

    .hero-actions {
        margin-top: -20px;
    }
}