.feature-large-f-root {
    width: 100%;
    min-height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-large-f-container {
    padding: 32px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.feature-large-f-content {
    max-width: 900px;
    width: 100%;
    padding: 32px;
    border-radius: 16px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.feature-large-f-header {
    font-weight: 700;
    margin-bottom: 16px;
    text-align: center;
}

.feature-large-f-subhead {
    font-weight: 500;
    margin-bottom: 24px;
    text-align: center;
}

.feature-large-f-body {
    margin-bottom: 24px;
    text-align: center;
}

.feature-large-f-buttons {
    margin-top: 16px;
    display: flex;
    gap: 16px;
    justify-content: center;
}
