#page20include{
    display        : flex;
    flex-direction : column;
    align-items    : center;
    justify-content: var(--page-center);
}
#p4_description4{
    position: absolute;
    width:var(--p1d3-width);
    right:10vw;

    z-index: 2;
    transform: translate(-50%, -50%);
}
#p4_image_path1{
    position: absolute;
    z-index: 0;
    width: var(--p1_image_width);
    height: var(--p1_image_width);
}
#p4_image13{
    z-index: 1;
    width: var(--p1_image_width);
    height: var(--p1_image_width);
    display        : flex;
    flex-direction : column;
    align-items    : center;
    justify-content: center;
}