.shaded-block {
    background-color: #E4E4E4;
    margin: 2px;
    padding-bottom: 5px;
}

.numbered-block {
    font-family: Oswald;
    font-style: normal;
    font-weight: bold;
    font-size: 65px;
    text-align: end;
    color: #1A428A;
}

.numbered-block-content {
    margin-top: 9px;
}

.numbered-block-content h4 {
    font-size: 14px;
    font-weight: bold;
}

.content-body {
    font-size: 16px;
    line-height: 25px;
}

.content-body-2 {
    font-size: 14px;
    line-height: 19px;
}

.title-color {
    color: #273043;
}

.instructions-header-container {
    border-bottom: 1px solid var(--light-grey-1);
    padding-bottom: 35px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
}
