.femme {
    margin-top: 50px;
    height: auto;
}

.femme--class {
    display: flex;
}

.femme--img {
    width: 100%;
}


.femme--img img {
    width: 100%;
    height: 32vw;
    margin-right: auto;
    margin-left: auto;
}

.femme--text {
    margin-top: 40px;
    margin-left: 2%;
}

.femme--text h1 {
    font-size: 25px;
    text-transform: uppercase;
    font-family: 'Playfair Display', serif;
    color: #0c1c4f;
    font-weight: bold;
}

.femme--text p {
    margin: 0 auto;
    font-size: 20px;
    font-family: 'Playfair Display', serif;
    color: #0c1c4f;
    padding: 0.2em 0 1em 0;
    text-align: justify;
}

@media (max-width:797px){

    .femme--class {
        display: contents;
    }

    .femme--img img {
        height: 52vw;
        width: 89%;
    }

}