    #index-2-2 {
        height: 35vh;
        background-color: rgb(102, 160, 184);
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        margin-bottom: 50px;
    }

    #index-2-3 {
        height: 15vh;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        margin: 50px 0px 50px 0px;
    }

    h3 {
        color: whitesmoke;
        font-family: 'Bungee', cursive;
        margin: 0;
    }

    h5 {
        color: #2A2727;
        font-family: 'Bungee', cursive;
        margin: 0;
    }

    #table-data > thead > tr > th {
        font-size:14px;
        padding: 10px 4px 10px 4px;
    }

    #table-data > tbody > tr > th,td {
        font-size:14px;
    }

    #table-price > thead > tr > th {
        font-size: 14px;
    }

    #table-price > tbody> tr > th,td {
        font-size: 12px;
        padding: 5px 5px 5px 5px !important;

    }


    /*Media query*/
    
    @media screen and (min-width: 576px) {
        #table-data > thead > tr > th {
            font-size:16px;
            padding: 10px 4px 10px 4px;
        }

        #table-data > tbody > tr > th,td {
            font-size:16px;
        }

        #table-price > thead > tr > th {
            font-size: 16px;
        }

        #table-price > tbody> tr > th,td {
            font-size: 14px;
            padding: 5px 5px 5px 5px !important;

        }
    }
    
    @media screen and (min-width: 768px) {
        #table-data > thead > tr > th {
            font-size:18px;
            padding: 10px 4px 10px 4px;
        }

        #table-data > tbody > tr > th,td {
            font-size:18px;
        }

        #table-price > thead > tr > th {
            font-size: 18px;
        }

        #table-price > tbody> tr > th,td {
            font-size: 16px;
            padding: 5px 5px 5px 5px !important;

        }
    }
    
/*    @media screen and (min-width: 992px) {
        #table-data > thead > tr > th {
            font-size:20px;
            padding: 10px 4px 10px 4px;
        }

        #table-data > tbody > tr > th,td {
            font-size:20px;
        }

        #table-price > thead > tr > th {
            font-size: 20px;
        }

        #table-price > tbody> tr > th,td {
            font-size: 18px;
            padding: 5px 5px 5px 5px !important;

        }
    }*/
    /*Media query*/