  .customComingSoon {
        background-image: url('./images/comming.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        /* background-position:0px -100px ; */
    }

    @media only screen and (max-width: 412px) {
        .customText {
            font-size: 30px !important;
            text-align: center !important;
        }

        .customText2 {
            width: 100% !important;
        }
    }

    .customComingText {
        font-size: 90px;
    }