@media screen and (max-width:767px) {
    .textSize_Xl {
        font-size: 30px;
    }

    .textSize_L {
        font-size: 30px;
    }

    .textSize_M{
        font-size: 24px;
    }

    .textSize_moblie{
        font-size: 1rem;
        text-align: center !important;
    }
    .textSize_moblie-left{
        font-size: 1rem;
        text-align: left !important;
    }
    .textSize_S {
        font-size: 12px;
    }
}

@media screen and (min-width:767px) {
    .textSize_Xl {
        font-size: 50px;
    }

    .textSize_L {
        font-size: 48px;
    }

    .textSize_M{
        font-size: 26px;
    }

    .textSize_S {
        font-size: 14px;
    }
}

@media screen and (min-width:991px) {
    .textSize_Xl {
        font-size: 60px;
    }

    .textSize_L {
        font-size: 53px;
    }

    .textSize_M{
        font-size: 28px;
    }

    .textSize_S {
        font-size: 16px;
    }
}

@media screen and (min-width:1199px) {
    .textSize_Xl {
        font-size: 60px;
    }

    .textSize_L {
        font-size: 53px;
    }

    .textSize_M{
        font-size: 28px;
    }

    .textSize_S {
        font-size: 18px;
    }
    

}