<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.btn-product-package-responsive{
    display: none;
}
@media only screen and (max-width: 600px) {
    .list-category-package{
       display: grid !important;
        grid-template-columns: repeat(2 , 1fr);
        gap: 15px;
    }
    .box-packages{
        width: 100%;
    }
    .title-package span{
        font-size: 12px;
        display: inline-block;
        width: 100%;
        text-align: center;
        line-height: 23px;
        font-weight: 400;
    }
    .list-product-package-section{
        padding-top: 82px !important;
    }
    .btn-product-package{
        display: none;
    }
    .btn-product-package-responsive{
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }
    .btn-product-package-responsive a{
        text-decoration: none;
        font-size:14px ;
        font-weight: 500;
        line-height: 28px;
        color:#03121B;

    }
    .title-product-package h2{
        font-size: 18px !important;
        font-weight: 600 !important;
        line-height: 36px !important;

    }
    .list-product-package-section{
        overflow: hidden;
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
        max-width: 100vw;

    }
    .list-product-package{
        display: block !important;
        margin-top: 30px !important;
        white-space: nowrap;
        overflow-x: scroll;
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */


    }
    .list-product-package::-webkit-scrollbar {
        display: none;
    }
    a.link-boxes{
        display: inline-block !important;
        width: 80%;
    }
    .title-single-product span{
       font-size:16px;
        font-weight: 600;
        line-height: 32px;
    }


}</pre></body></html>