.product-objectifs h2 {
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 2rem;
}

.product-objectifs ul {
    list-style: none;
}

.product-objectifs i {
    color: var(--orange);
    margin-right: 1rem;
    flex-shrink: 0;
    font-size: 1.2em;
    margin-top: 0.2em;
}

.product-objectifs li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
}