.tw-px-4.lg\:tw-px-0 h1.tw-mt-16 {
    display: none;
}

@media (min-width: 1024px) {
    .tw-px-4.lg\:tw-px-0  {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .tw-px-4.lg\:tw-px-0 h1 {
        width: 100%;
        grid-column: span 2 / span 2;
    }
}

