.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;
}
