.container-formation-one h2{
    color: var(--primary-color);
}
.container-formation-two h2, .text-formation-two{
    color: white;
}
.page-formation{
    padding: 0!important;
}

.container-formation-one, .container-formation-two{
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin:0;
}

.container-formation-two{
    background-color: rgba(201, 64, 100, 0.80);
    padding: 2rem;
}

.container-formation-two img{
    width: auto;
    height: 390px;
}
@media screen and (max-width: 768px) {
    .container-formation-one, .container-formation-two{
        width: 100vw;
        padding: 1rem 0.25rem;
        gap: 0;
    }
    .container-formation-one img, .container-formation-two img, .soins-section img{
        width: 90vw;
        height: auto;
    }
    .container-formation-two{
        padding: 1rem;
    }
    .container-formation-two h2{
        font-size: 20px;
    }
    .container-formation-two .text-formation-two{
        font-size: 15px;
    }   
    
}