section:first-of-type div[aria-hidden="true"] > .grid.grid-cols-4 {
    display: none !important;
}

section:first-of-type div[aria-hidden="true"] > .grid.grid-cols-4 + div {
    margin-top: 0 !important;
    height: 16rem !important;
}
section:first-of-type > svg {
    display: none !important;
}
