.overview-people-people-standards {

    --p-width: 1262px;
    --p-height:452px
}

@media (min-width: 735px) and (max-width: 1068px) {
    .overview-people-people-standards {
        --p-width: 911px;
        --p-height:416px
    }
}

@media (max-width: 734px) {
    .overview-people-people-standards {
        --p-width: 420px;
        --p-height:485px
    }
}

