.ds_home_bloc_02 {
    padding: 100px 100px;
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: center;
    background: #FEF5E4;
}

.ds_home_bloc_02_cartes {
    margin: 20px auto;
    text-align: center;
    width: 33%;
}

.ds_home_bloc_02_cartes img {
    width: 90px;
    margin: 0 auto;
}

.ds_home_bloc_02_box_texte p:first-child {
    font-family: "roc-grotesk", sans-serif;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 15px;
}

.ds_home_bloc_02_box_texte p:nth-child(2) {
    font-family: 'roc-grotesk', sans-serif;
    font-weight: 400;
    text-transform: initial;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    width: 70%;
    margin: 0 auto;
}

@media (max-width: 580px) {
    .ds_home_bloc_02 {
        width: 100%;
        padding: 70px 20px;
    }

    .ds_home_bloc_02_cartes {
        width: 50%;
    }

    .ds_home_bloc_02_cartes img {
        width: 70px;
    }

    .ds_home_bloc_02_box_texte p:first-child {
        font-size: 25px;
        line-height: 25px;
    }

    .ds_home_bloc_02_box_texte p:nth-child(2) {
        font-size: 15px;
        line-height: 17px;
        width: 95%;
    }
}