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

    padding:20px;
    background-color: white;
    z-index: 2;
    transform: translate(-50%, -50%);

    display        : flex;
    flex-direction : column;
    align-items    : flex-end;
    justify-content: space-evenly;
    
}
#p1_image_path2{
    position: absolute;
    z-index : 1;
    width: var(--p1_image_width);
    height: var(--p1_image_width);
}
#p1_image14{
    position: relative;
    z-index: 1;
    height : 80%;
    width:80%;
    display        : flex;
    flex-direction : column;
    align-items    : center;
    justify-content: center;
}

.take_a_look{
    margin-bottom: 10px;
}