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

.edd--class {
    display: flex;
}

.edd--text {
    padding-top: 50px;
}

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


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

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

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

.prog {
    margin-left: 45px;
}

po {
    color: red;
}

.remove {
    display: none;
}

@media (max-width:797px){

    .edd--class {
        display: contents;
    }

    .remove {
        display: contents;
    }

    .edd--class {
        display: none;
    }

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

}