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

.young--class {
    display: flex;
}

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

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

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

.young--img {
    width: 61%;
}


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

.young--class2 {
    display: none;
}

@media (max-width:797px){

    .young--class2 {
        display: contents;
    }

    .young--class {
        display: none;
    }

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

    .young--class2  .young--img img {
        width: 151%;
    }

}