@media(min-width: 600px) {
.updates-container {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    justify-content: stretch;
    margin: 1vh;
}

.JC-ul-Bullet1 {
    margin-block: 0vh;
    padding-inline: 2.5vh 0vh;
    list-style-type: disc;
    list-style-position: outside;
    margin-inline: 2.5vh 0vh;
}

.JC-ul-Bullet2 {
    margin-block: 0vh;
    padding-inline: 2.5vh 0vh;
    padding-block: 0.1vh 0.75vh;
    list-style-type: circle;
    list-style-position: outside;
    margin-inline: 2.5vh 0vh;
}

.JC-ul-None {
    margin-block: 0vh;
    padding-inline: 2.5vh 0vh;
    padding-block: 0.1vh 0.75vh;
    list-style-type: none;
    list-style-position: outside;
    margin-inline: 2.5vh 0vh;
}

.JC-li {
    font-size: 2.1vh;
    font-family: 'Noto Sans',Arial,sans-serif;
    font-weight: 500;
    text-align: justify;
    text-align-last: left;
    line-height: 1.3;
    margin-block: 0.5vh;
    padding-inline: 1vh 0.5vh;
}

.updates-tbl {
    display: table;
    margin-top: 0.5vh;
    justify-items: center;
    margin-bottom: 0.5vh;
    align-items: stretch;
}

.updates-headerrow {
    margin: 1vh;
    align-self: center;
    outline: #888888;
    outline-width: 4px;
    outline-offset: -0.5px;
    outline-style: outset;
    z-index: 1;
}

.updates-tbl-headers {
    width: 100%;
    display: flex;
    justify-content: stretch;
    align-items: stretch;
}

.updates-tbl-dateheader {
    /* flex: 0 0 auto; */
    width: 16%;
    display: flex;
    padding: 0.5vh;
    flex-direction: column;
    border: #888888;
    border-width: 0px 1px 3px 1px;
    border-style: solid;
    background-color: #dedede;
    z-index: 3;
    justify-content: center;
}

.updates-tbl-sectionheader {
    /* flex: 0 0 auto; */
    width: 24%;
    display: flex;
    padding: 0.5vh;
    flex-direction: column;
    border: #888888;
    border-width: 0px 1px 3px 1px;
    border-style: solid;
    background-color: #dedede;
    z-index: 3;
    justify-content: center;
}

.updates-tbl-descheader {
    /* flex: 0 0 auto; */
    width: 60%;
    display: flex;
    padding: 0.5vh;
    flex-direction: column;
    justify-content: center;
    border: #888888;
    border-width: 0px 1px 3px 1px;
    border-style: solid;
    background-color: #dedede;
    z-index: 3;
}

.updates-tblheadings {
    font-size: 1.4vw;
    text-align: center;
    font-family: 'Noto Sans',Arial,sans-serif;
    font-weight: 700;
    line-height: 1.25;
    text-wrap: wrap;
    text-wrap-style: pretty;
    text-size-adjust: 150%;
}

.updates-tbl-datecontent {
    width: 16%;
    display: flex;
    padding: 0.5vh;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border: #888888;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    z-index: 2;
}

.updates-tbl-sectioncontent {
    width: 24%;
    display: flex;
    padding: 0.5vh;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border: #888888;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    z-index: 2;
}

.updates-tbl-desccontent {
    width: 60%;
    display: flex;
    padding: 0.5vh;
    align-items: flex-start;
    flex-direction: column;
    justify-content: stretch;
    border: #888888;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    z-index: 2;
}

.updates-container05 {
    flex: 0 0 auto;
    width: 16vw;
    display: flex;
    padding-inline: 0.25vh;
    flex-direction: column;
    justify-content: center;
    border: #888888;
    border-width: 0px 0.5px 2px 0.5px;
    border-style: solid;
    background-color: #dedede;
    z-index: 2;
    padding-block: 0.4vh;
}

.updates-container06 {
    flex: 0 0 auto;
    width: 16vw;
    display: flex;
    padding-block: 0.4vh;
    align-items: stretch;
    flex-direction: column;
    justify-content: flex-start;
    border-inline-color: #888888;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    z-index: 3;
    min-height: 30px;
    padding-inline: 0.25vh;
}

.updates-container07 {
    flex: 0 0 auto;
    width: 13.5vw;
    display: flex;
    padding: 0.25vh;
    padding-block: 0.4vh;
    align-items: stretch;
    flex-direction: column;
    justify-content: flex-start;
    border-block-color: #888888;
    border-width: 0px 1px 1px 0px;
    border-style: solid;
    z-index: 2;
    min-height: 30px;
    background-color: #eeeeee;
    border-inline-color: #888888;
}

.updates-tbltext {
    font-size: 1.25vw;
    text-align: center;
    font-family: 'Noto Sans',Arial,sans-serif;
    font-weight: 500;
    line-height: 1.25;
    text-wrap: wrap;
    padding-block: 0.5vh;
    text-wrap-style: pretty;
    text-size-adjust: 150%;
}

.updates-tbltext1 {
    font-size: 1.25vw;
    text-align: justify;
    text-align-last: left;
    font-family: 'Noto Sans',Arial,sans-serif;
    font-weight: 500;
    line-height: 1.25;
    text-wrap: wrap;
    padding-block: 0.5vh;
    text-wrap-style: pretty;
}

.updates-tblrows {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: center;
}

.updates-imgcontainer {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    max-inline-size: 50vw;
    align-self: center;
    justify-content: center;
}

.updates-image {
    object-fit: fill;
    margin: 0.5vh;
    width: 50vw;
}

.flexgrid {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: stretch;
    flex: 1 1 auto;
    max-inline-size: 100%;
    vertical-align: top;
}

.item1 {
    grid-area: col1;
    column-width: 25vw;
}

.item2 {
    grid-area: col2;
    column-width: 25vw;
}

.item3 {
    grid-area: col3;
    column-width: 25vw;
}

.item4 {
    grid-area: col1;
    column-width: 15vw;
}

.item5 {
    grid-area: col2;
    column-width: 45vw;
}

.item6 {
    grid-area: col3;
    column-width: 15vw;
}

.grid-container {
    display: inline-grid;
    grid-template-areas:
        'col1 col2 col3';
    justify-content: center;
    align-items: stretch;
    justify-items: center;
    column-gap: 2vh;
    align-content: stretch;
}

    .grid-container > div {
        padding-block: 0.5vh;
        margin-block: 0.5vh;
    }
}
@media(max-width: 600px) {
.updates-container {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    justify-content: stretch;
    margin: 1vh;
}

.JC-ul-Bullet1 {
    margin-block: 0vh;
    padding-inline: 2.5vh 0vh;
    list-style-type: disc;
    list-style-position: outside;
    margin-inline: 2.5vh 0vh;
}

.JC-ul-Bullet2 {
    margin-block: 0vh;
    padding-inline: 2.5vh 0vh;
    padding-block: 0.1vh 0.75vh;
    list-style-type: circle;
    list-style-position: outside;
    margin-inline: 2.5vh 0vh;
}

.JC-ul-None {
    margin-block: 0vh;
    padding-inline: 2.5vh 0vh;
    padding-block: 0.1vh 0.75vh;
    list-style-type: none;
    list-style-position: outside;
    margin-inline: 2.5vh 0vh;
}

.JC-li {
    font-size: 2.1vh;
    font-family: 'Noto Sans',Arial,sans-serif;
    font-weight: 500;
    text-align: justify;
    text-align-last: left;
    line-height: 1.3;
    margin-block: 0.5vh;
    padding-inline: 1vh 0.5vh;
}

.updates-tbl {
    display: table;
    margin-top: 0.5vh;
    justify-items: center;
    margin-bottom: 0.5vh;
    align-items: stretch;
}

.updates-headerrow {
    margin: 1vh;
    align-self: center;
    outline: #888888;
    outline-width: 4px;
    outline-offset: -0.5px;
    outline-style: outset;
    z-index: 1;
}

.updates-tbl-headers {
    width: 100%;
    display: flex;
    justify-content: stretch;
    align-items: stretch;
}

.updates-tbl-dateheader {
    width: 18%;
    display: flex;
    flex-wrap: wrap;
    padding: 0.5vh;
    flex-direction: column;
    border: #888888;
    border-width: 0px 1px 3px 1px;
    border-style: solid;
    background-color: #dedede;
    z-index: 3;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.updates-tbl-sectionheader {
    width: 22%;
    display: flex;
    padding: 0.5vh;
    flex-direction: column;
    border: #888888;
    border-width: 0px 1px 3px 1px;
    border-style: solid;
    background-color: #dedede;
    z-index: 3;
    justify-content: center;
}

.updates-tbl-descheader {
    width: 60%;
    display: flex;
    padding: 0.5vh;
    flex-direction: column;
    justify-content: center;
    border: #888888;
    border-width: 0px 1px 3px 1px;
    border-style: solid;
    background-color: #dedede;
    z-index: 3;
}

.updates-tblheadings {
    font-size: 2vh;
    text-align: center;
    font-family: 'Noto Sans',Arial,sans-serif;
    font-weight: 700;
    line-height: 1.25;
    text-wrap: wrap;
    text-wrap-style: pretty;
    overflow-wrap: anywhere;
}

.updates-tbl-datecontent {
    width: 18%;
    display: flex;
    padding: 0.5vh;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border: #888888;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    z-index: 2;
}

.updates-tbl-sectioncontent {
    width: 22%;
    display: flex;
    padding: 0.5vh;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border: #888888;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    z-index: 2;
}

.updates-tbl-desccontent {
    width: 60%;
    display: flex;
    padding: 0.5vh;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    border: #888888;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    z-index: 2;
}

.updates-container05 {
    flex: 0 0 auto;
    width: 16vw;
    display: flex;
    padding-inline: 0.25vh;
    flex-direction: column;
    justify-content: center;
    border: #888888;
    border-width: 0px 0.5px 2px 0.5px;
    border-style: solid;
    background-color: #dedede;
    z-index: 2;
    padding-block: 0.4vh;
}

.updates-container06 {
    flex: 0 0 auto;
    width: 16vw;
    display: flex;
    padding-block: 0.4vh;
    align-items: stretch;
    flex-direction: column;
    justify-content: flex-start;
    border-inline-color: #888888;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    z-index: 3;
    min-height: 30px;
    padding-inline: 0.25vh;
}

.updates-container07 {
    flex: 0 0 auto;
    width: 13.5vw;
    display: flex;
    padding: 0.25vh;
    padding-block: 0.4vh;
    align-items: stretch;
    flex-direction: column;
    justify-content: flex-start;
    border-block-color: #888888;
    border-width: 0px 1px 1px 0px;
    border-style: solid;
    z-index: 2;
    min-height: 30px;
    background-color: #eeeeee;
    border-inline-color: #888888;
}

.updates-tbltext {
    font-size: 1.6vh;
    text-align: center;
    font-family: 'Noto Sans',Arial,sans-serif;
    font-weight: 500;
    line-height: 1.25;
    text-wrap: wrap;
    padding-block: 0.5vh;
    text-wrap-style: pretty;
    overflow-wrap: anywhere;
}

.updates-tbltext1 {
    font-size: 1.6vh;
    text-align: justify;
    text-align-last: left;
    font-family: 'Noto Sans',Arial,sans-serif;
    font-weight: 500;
    line-height: 1.25;
    text-wrap: wrap;
    padding-block: 0.5vh;
    text-wrap-style: pretty;
    overflow-wrap: break-word;
}

.updates-tblrows {
    width: 100%;
    display: flex;
    align-items: stretch;
    flex-direction: row;
    justify-content: center;
    flex-wrap: nowrap;
}

.updates-imgcontainer {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    max-inline-size: 50vw;
    align-self: center;
    justify-content: center;
}

.updates-image {
    object-fit: fill;
    margin: 0.5vh;
    width: 50vw;
}

.flexgrid {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: stretch;
    flex: 1 1 auto;
    max-inline-size: 100%;
    vertical-align: top;
}

.item1 {
    grid-area: col1;
    column-width: 25vw;
}

.item2 {
    grid-area: col2;
    column-width: 25vw;
}

.item3 {
    grid-area: col3;
    column-width: 25vw;
}

.item4 {
    grid-area: col1;
    column-width: 15vw;
}

.item5 {
    grid-area: col2;
    column-width: 45vw;
}

.item6 {
    grid-area: col3;
    column-width: 15vw;
}

.grid-container {
    display: inline-grid;
    grid-template-areas:
        'col1 col2 col3';
    justify-content: center;
    align-items: stretch;
    justify-items: center;
    column-gap: 2vh;
    align-content: stretch;
}

    .grid-container > div {
        padding-block: 0.5vh;
        margin-block: 0.5vh;
    }
}