#image_nettoyage_500 {
    max-height: 500px;
}

.prestation-carte-img {
    max-width: 500px;
    width: 100%;
    height: 350px;
    border-radius: 20px;
    object-fit: cover;
    margin: auto;
}

.prestation {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 0px 30px;
}

.prestation-carte-contenu {
    margin-top: 20px;
}

.img_debosselage_2 {
    height: 400px;
}

@media screen and (max-width: 1200px) {
    #bloc_prestations {
        flex-direction: column;
    }

    #bloc_prestations .prestation {
        margin: 20px 0px;
    }

    .prestation-carte-img {
        max-width: 100%;
    }
}