.feature-large-d-root {
    /* Add layout and background styles here */
    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-d-container {
    /* Container styles */
    padding: 32px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.feature-large-d-content {
    /* Content box styles */
    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-d-header {
    font-weight: 700;
    margin-bottom: 16px;
    text-align: center;
}

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

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

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