@media screen and (max-width: 431px) and (min-width: 0px) {
    .headerContainerBottom{
        display: none!important;
    }
    /* HEADER END */
    /*GROUND*/
    .tGround {
        width: 100%;
        height: auto;
        background-color: white;
        border-radius: 10px;
        margin-top: 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    /*GROUND END*/
    /*TITLE TEXT*/
    .title {
        width: 100%;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .title>h2 {
        font-size: 15px;
        color: black;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        font-weight: bold;
        margin-left: 0;
    }
    .title::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 20px;
        width: 90%;
        border-bottom: 2px #E4E4E4 solid;
    }
    /*TITLE TEXT END*/
}




@media screen and (max-width: 1024px) and (min-width:769px ) {

    .headerContainerBottomTextLi li{
    !important;
        font-size:10.7px;
        font-weight: normal ;
    }

    .title h2 {
    !important;
        text-transform:uppercase;
        font-size: 22px;
        color: #A65A2A;
        margin-top: 10px;
        margin-left: 20px;
        font-family: 'FenomenSans-Bold', sans-serif;
        font-weight: normal;
        letter-spacing: 1px;

    }
}