.articlegroup-header {    width: 100%;    display: grid;    grid-template-columns: minmax(0, 50%) minmax(0, 50%);    grid-template-rows: minmax(100px, auto);    gap: 1.5rem;    margin: 30px 0 0 0;}    .articlegroup-header > div:nth-child(1) {        grid-row: 1;    }    .articlegroup-header > div:nth-child(2) {        grid-row: 1/3;    }    .articlegroup-header > div:nth-child(3) {        grid-row: 2;    }@media only screen and (min-width : 0px) and (max-width : 820px) {    .articlegroup-header {        display: flex;        flex-wrap: wrap;        margin: 10px 0 10px 0;    }   .articlegroup-header > div:nth-child(2) {       order:3;margin-top:0;    }    .articlegroup-header > div:nth-child(3) {        order:2;    }} .block-1big-2small {    width: 100%;    display: grid;     grid-template-columns: minmax(0, 70%) minmax(0, 30%);    grid-template-rows: 1fr 1fr;    gap: 1.5rem;    margin: 30px 0 30px 0;}    .block-1big-2small > div:first-child {        grid-row-start: 1;        grid-row-end: 3;    }@media only screen and (min-width : 0px) and (max-width : 820px) {    .block-1big-2small {        display: flex;        flex-wrap: wrap;        margin: 30px 0 30px 0;    }        .block-1big-2small .swh-col img {            width: 100%;        }} .blue-button { } .blue-button .swiper-text p.link-button { background:#001c38; color: white !important; }  