/* >= 768px */
/* >= 1024px */
@media screen and (min-width: 1024px) {
  #node-insight_whitepaper #whitepaper .section {
    position: relative;
    display: grid;
    grid-template-columns: 3fr 2fr;
    grid-template-areas: "title image" "subtitle image" "text image" "button image";
    grid-template-rows: auto auto auto 1fr;
    column-gap: var(--space-xl);
  }
  #node-insight_whitepaper #whitepaper .section .c-text-images .title {
    grid-area: title;
  }
  #node-insight_whitepaper #whitepaper .section .c-text-images .subtitle {
    grid-area: subtitle;
  }
  #node-insight_whitepaper #whitepaper .section .c-text-images .text {
    grid-area: text;
  }
  #node-insight_whitepaper #whitepaper .section .c-text-images .buttons-wrapper {
    grid-area: button;
  }
  #node-insight_whitepaper #whitepaper .section .c-text-images .images {
    grid-area: image;
    border-radius: 0;
    margin-bottom: 0;
    margin-right: calc(var(--section-x)*-1);
    align-self: start;
    margin-top: calc(var(--space-intro-top)*-1);
    height: calc(100% + var(--space-intro-top) + var(--space-xxl));
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
/* >= 1248px */
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22var%5C%2Fwww%5C%2Fvhosts%5C%2Fsentientexpanse.moremedia-development.at%5C%2Fhttpdocs%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Fless%5C%2F_page%5C%2Finsight_whitepaper%5C%2Finsight_whitepaper.tablet.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3B%3BAAiEA%2CmBA7DsC%3BEAClC%2CwBACI%2CYACI%3BIACI%2CkBAAA%3BIACA%2CaAAA%3BIACA%2C8BAAA%3BIACA%2CqBAAqB%2CcAAc%2CiBAAiB%2CaAAa%2CcAAjE%3BIACA%2CsCAAA%3BIACA%2CYAAY%2CeAAZ%3B%3BEARZ%2CwBACI%2CYACI%2CSAUI%2CeACI%3BIACI%2CgBAAA%3B%3BEAdpB%2CwBACI%2CYACI%2CSAUI%2CeAOI%3BIACI%2CmBAAA%3B%3BEApBpB%2CwBACI%2CYACI%2CSAUI%2CeAWI%3BIACI%2CeAAA%3B%3BEAxBpB%2CwBACI%2CYACI%2CSAUI%2CeAeI%3BIACI%2CiBAAA%3B%3BEA5BpB%2CwBACI%2CYACI%2CSAUI%2CeAmBI%3BIACI%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CuCAAA%3BIACA%2CiBAAA%3BIACA%2C2CAAA%3BIACA%2C8DAAA%3BIACA%2CaAAA%3BIACA%2CsBAAA%3BIACA%2CuBAAA%22%7D */