@media (max-width: 576px) {      /*  mobile  */
    .title-box{
        width: 80% !important;
        font-size: 14px;
        padding: 25px 10px 12px;

    }

    .header-title-box{
        width: 100%;
        text-align: center !important;
        justify-content: center !important;
    }

    .xx{
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        text-align: center !important;
        margin-top: 20px !important;
    }

    .content-product{
        width: 90%;
    }

}
