.homme {
    margin-top: 60px;
    height: auto;
}

.homme--class {
    display: flex;
}

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

.homme--text {
    margin-top: 40px;
    margin-right: 2%;
}

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

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

.homme--class2 {
    display: none;
}

@media (max-width:797px){

    .homme--class2 {
        display: contents;
    }

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

    .homme--class {
        display: none;
    }

}