.columns-cfcf97d > div:nth-of-type(1){grid-column: 1 / 2;grid-row: 1 / 2;} .columns-cfcf97d > div:nth-of-type(2){grid-column: 2 / 3;grid-row: 1 / 2;} .columns-cfcf97d > div:nth-of-type(3){grid-column: 3 / 4;grid-row: 1 / 2;}.columns-cfcf97d{display: grid;grid-template-columns: repeat(3, 1fr);}@media screen and (max-width: 992px){.columns-cfcf97d > div:nth-of-type(1){grid-column: 1 / 2;grid-row: 1 / 2;} .columns-cfcf97d > div:nth-of-type(2){grid-column: 2 / 3;grid-row: 1 / 2;} .columns-cfcf97d > div:nth-of-type(3){grid-column: 1 / 2;grid-row: 2 / 3;}.columns-cfcf97d{display: grid;grid-template-columns: repeat(2, 1fr);}}@media screen and (max-width: 576px){.columns-cfcf97d > div:nth-of-type(1){grid-column: 1 / 2;grid-row: 1 / 2;} .columns-cfcf97d > div:nth-of-type(2){grid-column: 1 / 2;grid-row: 2 / 3;} .columns-cfcf97d > div:nth-of-type(3){grid-column: 1 / 2;grid-row: 3 / 4;}.columns-cfcf97d{display: grid;grid-template-columns: repeat(1, 1fr);}}