.ds_home_bloc_06 {
    background: linear-gradient(to bottom, #F4E2C7, #FFF5E6);
    width: auto;
    height: fit-content;
    padding: 50px 50px 0 50px;
    text-align: center;
    margin: 20px auto;
    margin-block-start: 0 !important;
}


.ds_bloc_06_titre h2 {
    text-align: center;
}

.ds_bloc_06_titre span {
    color: #ff7100;
}

.ds_bloc_06_photo img {
    width: 100%;
    max-width: 640px !important;
}

.ds_home_bloc_06 .flex {
    display: flex;
    align-items: start;
    justify-content: center;
    margin: 0 auto 20px auto;
}

.ds_home_bloc_06 p,
.ds_home_bloc_06 img {
    margin: 0 5px;
}

.ds_home_bloc_06 p {
    font-family: 'roc-grotesk', sans-serif;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
}

@media (max-width: 580px) {

    .woocommerce div.product .ds_home_bloc_06 {
        padding: 20px;
    }

    .woocommerce div.product .ds_bloc_06_photo img {
        width: 90%;
    }


    .ds_bloc_06_photo img {
        max-width: 282px;
    }
}