.dtr-section-with-bg {
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
}

/* Pour les écrans de petite taille (smartphones en mode portrait) */
@media (max-width: 600px) {
    .dtr-section-with-bg {
        background-size: 80%;
    }
}

/* Pour les écrans de taille moyenne (tablettes en mode portrait et smartphones en mode paysage) */
@media (min-width: 601px) and (max-width: 1024px) {
    .dtr-section-with-bg {
        background-size: 70%;
    }
}

/* Pour les écrans plus grands (ordinateurs de bureau et tablettes en mode paysage) */
@media (min-width: 1025px) {
    .dtr-section-with-bg {
        background-size: 60%;
    }
}
