#produk .tampilan-mobile {
    display: none;
}

@media (max-width: 600px) {
    #produk .tampilan-web {
        display: none;
    }

    #produk .tampilan-mobile {
        display: block;
    }
}


#testimoni .tampilan-mobile {
    display: none;
}

@media (max-width: 600px) {
    #testimoni .tampilan-web {
        display: none;
    }

    #testimoni .tampilan-mobile {
        display: block;
    }
}


#team .tampilan-mobile {
    display: none;
}

@media (max-width: 600px) {
    #team .tampilan-web {
        display: none;
    }

    #team .tampilan-mobile {
        display: block;
    }
}

#news_blog .data-tampilan-mobile {
    display: none;
}

@media (max-width: 600px) {
    #news_blog .data-tampilan-web {
        display: none;
    }

    #news_blog .data-tampilan-mobile {
        display: block;
    }
}