        body {
            font-family: 'Poppins', sans-serif;
        }
        .hero-bg {
            background: url('../imag/banner2.png') no-repeat center center !important;
            background-size: cover;
            background-repeat: no-repeat;
        }
        .service-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        }
        @media (min-width: 768px) {
            .md\:py-32 {
                padding-top: 21rem !important; /* fuerza el valor */
            }
        }