.page {
    width: 100%;
    min-height: 100vh;
    background: #ffffff;
    box-sizing: border-box;
    padding: 1in;
    color: #000000;
    margin-left: 12%;
    margin-right: 122%;
}

p { 
    font-size: 11pt;
    font-weight: normal;
    margin: 0 20pt 20pt 0;
    line-height: 1.4;
    margin-right:50pt;
}

.section-block {
    margin-bottom: 8pt;
    margin-right: 50pt
}
.section {
    font-size: 25px;
    font-weight: bold;
}
.section-block ol li {
    color: #555;
}