.tpl-layout_structure_30-70 {
    display: grid;
    grid-template-columns: 30% 70%;
    grid-template-rows: minmax(100vh, auto);
}
