@layer pages {
    .strategies_row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 4rem;
        row-gap: 4rem;
    }

    .strategies_item {
        display: grid;
        grid-template-columns: 28% 1fr;
        column-gap: 2.5rem;
        align-items: center;
    }

    .strategies_row>.strategies_item:nth-last-child(1),
    .strategies_row>.strategies_item:nth-last-child(2) {
        margin-bottom: 0;
    }

    .strategies_item>div:first-child {}

    .strategies_item>div:last-child {}

    .strategies_item .title {
        /*font-family: var(--oxygen);*/
        font-size: 1.375rem;
        font-weight: bold;
        text-align: center;
        margin-bottom: 0.5rem;
        /*padding-right: 1.125rem;
  width: 43%;*/
    }


    .strategies_item .content {
        /*width: 57%;*/
        text-align: center;
    }

    .cmp2_pdf_row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 2.625rem;


    }

    .cmp2_pdf_row .title {}


    .cmp2_pdf_row .imgwrap {
        display: block;
        border-radius: var(--imgborderradius);
        overflow: hidden;
        margin-bottom: 0.625rem;
    }

    .cmp2_pdf_row>div a img {
        display: block;
        width: 100%;
    }

    .cmp2_pdf_row .imgwrap.pdfa .iconPdf {
        display: none;
    }

}

@layer pages {
    .download_pure_text * {
        margin-bottom: 0;

    }
    .download_pure_text {
        align-items: flex-end;
        display: flex;
        gap: 8px;
        margin-bottom: 1.375rem;
    }

    .download_pure_text p.pure_text {}

    .download_pure_text_full {
        width: 100%
    }
}