.empty-page-container {
    max-width: 1200px;
    margin: 0 auto;
}

.empty-page-container img {
    width: 100%;
}

.p-relative {
    position: relative;
    display: block;
}

.text-box-container {
    display: flex;
    text-align: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.experience-commerce_assets-textBox {
    height: 100%;
}

.button {
    color: #000;
    background: #fff;
    border: solid 1px #000;
}

.grid {
    display: grid;
}

.custom-container .region {
    display: flex;
    justify-content: center;
}

@media only screen and (min-width: 992px) {
    .mob2r1c-desk1r2c {
        grid-template-columns: repeat(2, 1fr);
    }

    .mob3r1c-desk1r3c {
        grid-template-columns: repeat(3, 1fr);
    }

    .mob2r2c-desk1r4c {
        grid-template-columns: repeat(4, 1fr);
    }

    .mob4r1c-desk1r4c {
        grid-template-columns: repeat(4, 1fr);
    }
}
