blockquote {
    text-align: justify;
    margin: 0;
}

blockquote::before {
    content: "❝ ";
}

blockquote::after {
    content: " ❞";
}

.div-img-page-d-or {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 50px;
}

.img-page-d-or {
    max-width: calc(100vw - 60px);
    height: auto;
}
