@media screen and (max-width: 431px) and (min-width: 0px) {


    .headerContainerBottom{
        display: none!important;
    }
    /* HEADER END */
    /*WHITE GROUND*/
    .cGround {
        width: 100%;
        height: auto;
        background-color: white;
        margin-top: 15px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    /*WHITE GROUND END*/
    /*CHECH INPUT*/
    .bText > .cBox{
        border: 2px black solid;
        border-radius: 30%;
        width: 30px;
        height: 30px;
        margin-left: 18px;
    }
    .bText > p{
        margin-top:15px;
        font-size:13px;
    }
    /*CHECH INPUT END*/
    /*TEXT IMAGE*/
    .tStyle{
        width: 90%;
        height: auto;
    }
    /*TEXT IMAGE END*/
    /*BUTTON*/
    .cGroundButton button{
        width: auto;
        height: 50px;
        background-color: #F4AF31;
        color: white;
        border:none;
        border-radius: 10px;
        font-size:15px;
        font-weight: bold;
    }
    /*BUTTON END*/
}