.sentence-approach-content {
    background-color: var(--border-color);
}

.sentence-approach-title h1 {
    font-weight: bold;
    font-size: 2.5em;
    margin-bottom: 25px;
    color: var(--dark-color);
}

.sentence-approach-body p {
    text-align: justify;
    margin-bottom: 0;
    line-height: 30px;
    color: var(--text-color); 
    font-size: 18px;
    font-weight: 300;
}

.sentence-items {
    list-style: none;
    padding: 0;
    margin: 0;
}

.btn-demande-devis {
    text-align: center;
    padding: 15px 45px;
    font-size: 18px;
    text-decoration: none;
}

.btn-slider-demande-devis {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 991px) {  
    .sentence-approach-title h1 {
        font-size: 2.5em;
        margin-bottom: 20px;
    }
}


@media screen and (max-width: 576px) {
    .sentence-approach-container {
        max-width: 500px;
    }
}

@media screen and (max-width: 530px) {
    .sentence-approach-container {
        max-width: 400px;
    }

    .sentence-approach-title h1 {
        font-size: 2.0em;
        margin-bottom: 15px;
    }

    .sentence-approach-body p {
        font-size: 15px;
        font-weight: 300;
    }   
}

@media screen and (max-width: 430px) {
    .sentence-approach-container {
        max-width: 350px;
    }
}

@media screen and (max-width: 400px) {
    .sentence-approach-container {
        max-width: 300px;
    }
}

@media screen and (max-width: 320px) {
    .sentence-approach-container {
        max-width: 250px;
    }
}