@media(max-width:900px){
            .mdg-enterprise [class*="template"],
            .mdg-enterprise [class*="plantilla"],
            .mdg-enterprise [class*="theme"]{
                max-width:100% !important;
            }

            .mdg-enterprise .mdg-template-grid,
            .mdg-enterprise .mdg-themes-grid,
            .mdg-enterprise .mdg-templates-grid,
            .mdg-enterprise .mdg-theme-grid,
            .mdg-enterprise [class*="templates-grid"],
            .mdg-enterprise [class*="themes-grid"],
            .mdg-enterprise [class*="plantillas-grid"]{
                display:grid !important;
                grid-template-columns:repeat(2,minmax(0,1fr)) !important;
                gap:14px !important;
                align-items:stretch !important;
                width:100% !important;
                max-width:100% !important;
            }

            .mdg-enterprise .mdg-template-card,
            .mdg-enterprise .mdg-theme-card,
            .mdg-enterprise [class*="template-card"],
            .mdg-enterprise [class*="theme-card"],
            .mdg-enterprise [class*="plantilla-card"]{
                width:100% !important;
                max-width:100% !important;
                min-width:0 !important;
                text-align:center !important;
            }

            .mdg-enterprise .mdg-template-card img,
            .mdg-enterprise .mdg-theme-card img,
            .mdg-enterprise [class*="template-card"] img,
            .mdg-enterprise [class*="theme-card"] img,
            .mdg-enterprise [class*="plantilla-card"] img{
                width:100% !important;
                aspect-ratio:1 / 1 !important;
                height:auto !important;
                object-fit:cover !important;
                border-radius:16px !important;
                display:block !important;
            }

            .mdg-enterprise .mdg-template-card h3,
            .mdg-enterprise .mdg-theme-card h3,
            .mdg-enterprise [class*="template-card"] h3,
            .mdg-enterprise [class*="theme-card"] h3,
            .mdg-enterprise [class*="plantilla-card"] h3{
                font-size:14px !important;
                line-height:1.15 !important;
                margin:8px 0 4px !important;
                text-align:center !important;
            }

            .mdg-enterprise .mdg-template-card p,
            .mdg-enterprise .mdg-theme-card p,
            .mdg-enterprise [class*="template-card"] p,
            .mdg-enterprise [class*="theme-card"] p,
            .mdg-enterprise [class*="plantilla-card"] p{
                font-size:13px !important;
                line-height:1.25 !important;
                text-align:center !important;
                margin:0 auto !important;
            }
        }

        @media(max-width:360px){
            .mdg-enterprise .mdg-template-grid,
            .mdg-enterprise .mdg-themes-grid,
            .mdg-enterprise .mdg-templates-grid,
            .mdg-enterprise .mdg-theme-grid,
            .mdg-enterprise [class*="templates-grid"],
            .mdg-enterprise [class*="themes-grid"],
            .mdg-enterprise [class*="plantillas-grid"]{
                gap:10px !important;
            }
        }
