.our-care-section{
    background-image: url("../../../images/backgrounds/bg-soins-section.webp"); /* Remplacez par le chemin de votre image */
    background-size: cover; /* L'image couvre tout l'espace disponible */
    background-position: center; /* Centrer l'image */
    background-attachment: fixed; /* Fixe l'image pour suivre le scroll */
}

.our-care-section hr{
    width: 15%;
    height: 1px;
    background-color: black;
    border: none;
    
}
#ourSection, #soinsSection{
    background-color: transparent;
}

#ourSection .container, #soinsSection .container{
    background-color: transparent;
}

#ourSection .card{
    justify-content: center;
    align-items: center;
    padding: 1rem;
    
}