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

.nursery {
    display: flex;
}

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

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

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

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

.nure 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){

    .nursery {
        display: contents;
    }

    .img--nursery img {
        height: 52vw;
        width: 100%;
    }

}