<style>
        body {
            background-color: #F5F5F5;
        }

        .container-fluid .row h1 {
            text-align: center !important;
            margin: 0 auto;
            padding: 0px;
            font-size: 24px;
            margin-bottom: 16px;
            padding: 16px;
            color: #211e20;
        }

        .container-fluid h2 {
            font-size: 18px;
            color: #211e20;
        }

        .tree {
            width: 100%;
            padding-bottom: 16px;
            padding: 0 8px;
            margin: 0 auto;
            margin-bottom: 64px;

        }

        .tree .item a {
            width: 100%;
            display: flex;
            flex-direction: row;
            align-items: center;
            background-color: #fff;
            padding: 16px;
            border-radius: 16px;
            box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.01) 0px 10px 10px -5px;
            border: .5px solid #eaeaea;
            margin-bottom: 14px;
        }

        .tree .item a:hover {
            background-color: #FFF9D9;
            border: 2px solid #ffd600;
        }

        .grow {
            transition: all .2s ease-in-out;
        }

        .grow:hover {
            transform: scale(1.01);

        }


        .tree .item img {
            width: 80px;
            height: auto;
            padding-right: 24px;
        }

        .tree .item div h2 {
            margin: 0;
            padding-bottom: 12px;
        }

        @media screen and (min-width: 414px) {
            .container-fluid .row h1 {
                font-size: 24px;
            }

            .tree .item a {
                font-size: 18px;
            }

            .tree {
                width: 80%;

            }

        }
    </style>
    <div class="container-fluid container-lg">
        <div class="row">
            <h1>Freedom Internet Sachet</h1>
            <div class="tree">

                <div class="item one grow">
                    <a href="https://shopee.co.id/produk-digital/m/items/154210" target="_blank" rel="noopener noreferrer">
                        <img src="https://myim3banner.kloc.co/assets/uploads/info_tagihan_1691369040.svg" alt="Shopee" style="cursor: default;">
                        <div>
                            <h2>Shopee dong</h2>
                            See detail
                        </div>
                    </a>
                </div>


                <div class="item two grow">
                    <a href="http://im3.id/portal/id/newprime" target="_blank" rel="noopener noreferrer">
                        <img src="https://myim3banner.kloc.co/assets/uploads/promo_package_1691369040.svg" alt="Paket IM3 Postpaid">
                        <div>
                            <h2>IM3 Postpaid Package</h2>
                            See detail
                        </div>
                    </a>
                </div>

                <div class="item three grow">
                    <a href="https://myim3.onelink.me/fhhD/webdownload" target="_blank" rel="noopener noreferrer">
                        <img src="https://myim3banner.kloc.co/assets/uploads/download_myIM3_1691369040.svg" alt="icon-myim3">
                        <div>
                            <h2>Download myIM3</h2>
                            See detail
                        </div>
                    </a>
                </div>

                <div class="item four grow">
                    <a href="https://im3.id/portal/id/bayar-tagihan-im3-postpaid" target="_blank" rel="noopener noreferrer">
                        <img src="https://myim3banner.kloc.co/assets/uploads/cara_mudah_bayar_tagihan_1691369040.svg" alt="icon">
                        <div>
                            <h2>How To Pay Bill</h2>
                            See
                            detail
                        </div>
                    </a>
                </div>

               
                    
                </div>
            </div>
        </div>