@media screen and (min-width: 1101px) {
    .home-container > .flex-row:not(.quick-button-row) > .flex-col {
        min-width: auto;
    }
    .home-container > .flex-row:not(.quick-button-row) > .flex-col:nth-child(3) {
        flex-grow: 2;
    }
}
