.apps {
    min-height: 66svh;


    display: flex;
    justify-content: center;
    align-items: center;
}

.shopify-app-block {
    margin: 1rem;
}

@media screen and (min-width: 768px) {
    .apps {
        min-height: 40vh;
    }
}