.h2Category {
    margin-left: 2rem;
    margin-right: 2rem;
    font-size: 3.5rem !important;
}

.mb-10 {
    margin-bottom: 10%;
}

.commingsoon {
    width: 100%;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.commingsoon h1 {
    font-size: 16rem;
    font-weight: 800;

}

.myul {
    flex-wrap: wrap;
    justify-content: flex-start;
}

.myul li {
    display: block !important;
    width: 40% !important;

}

@media only screen and (max-width: 600px) {

    .commingsoon {
        width: 100%;
        height: 300px;
        display: flex;
        justify-content: center;
        align-items: center;

    }

    .commingsoon h1 {
        font-size: 4rem;
        font-weight: 800;

    }

    .h2Category {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
        font-size: 1.5rem !important;
    }

    .myul li {
        display: block !important;
        width: 100% !important;

    }

}