.card-body{
        height: auto !important;
    }
    .center-space .card{
        height: auto !important;
        border-radius: 20px;
        font-size: medium;
        flex-basis: auto;
    }

    .card-title {
        margin-bottom: 0.5rem;
        font-size: 1.6rem;
    }

    .card-title1 {
        margin-bottom: 0.5rem;
        font-size: 1.0rem;
    }

    .center-space {
        max-width: 100%!important;
    }
    #shop_card{
        margin: 0.5rem;
        background-color: #dee2e6;
        float: left;
        width: 48%;
    }

    .img-td{
        vertical-align: top;
        width: 40%;
        padding-left: 10px;
    }

    .img-td-purchase{
        vertical-align: middle;
        width: 10%;
        text-align: center;
    }
    .td-title{
        padding-left: 10px;
    }

    .showcode{
        height: 35px;
        background-color: white;
        border: 1px solid;
        border-radius: 10px;
        text-align: left;
        width: 90%;
        margin-right: 10px;
        padding-top: 5px;
        line-height: 23px;
        cursor: pointer;
    }
    .purchase-center{
        vertical-align: top;
        width: 60%;
    }
    .mobileShowCode{
        display: none;

    }

    p {
    	width: 100% !important;
    	margin-bottom: 0.5rem;
    }
    .gap-4 {
    	gap: 0.5rem !important;
    }
    #premium_ul li {
    	list-style-type: disc;
    	margin: 0;
    	width: 100%;
	}
    .img-span{
        height:40px;
        display: inline-block
    }
    #shop_btn{
        background-color:#be8823;
        border-color:#be8823;
        width:11rem;
        height:2.3rem;
        font-size:1.5rem;
        font-weight:bold;
        line-height:1.1;
    }
    #cash_btn{
        background-color:#3f70ba;
        border-color:#3f70ba;
        width:11rem;
        height:2.3rem;
        font-size:1.5rem;
        font-weight:bold;
        line-height:1.1;
    }

    @media (max-width: 600px){
        #shop_btn{
            background-color:#be8823;
            border-color:#be8823;
            width:6rem;
            height:32px;
            font-size:14px;
            font-weight:bold;
            line-height:20px;
        }
        #cash_btn{
            background-color:#3f70ba;
            border-color:#3f70ba;
            width:6rem;
            height:32px;
            font-size:14px;
            font-weight:bold;
            line-height:20px;
        }
        .img-span{
        height:30px;
        display: inline-block
        }
    }
    
@media (max-width: 600px){
    .btn{
        font-size: 0.6rem!important;
        padding: 0.35rem 0.3rem;
    }
    #shop_card{
        margin: 0.5rem;
        background-color: #dee2e6;
        float: left;
        width: 100%;
    }
    .img-td{
        vertical-align: top;
        width:30%;
    }
    .card-title {
        margin-bottom: 0.5rem;
        font-size: 1.3rem;
    }

    .img-td-purchase{
        width: 25%;
        vertical-align: middle;
        text-align: center;
    }
    .purchase-center{
        vertical-align: top;
        width: 75%;
    }
    .showCodetd{
        display: none;
    }
    .mobileShowCode{
        display: block;

    }
    .showcode{
        height: auto;
        min-height: 35px;
        background-color: white;
        border: 1px solid;
        border-radius: 10px;
        text-align: left;
        width: 100%;
        margin-right: 10px;
        padding-top: 5px;
        line-height: 23px;
        margin-bottom: 10px;
        word-wrap: break-word;
    }
    .codespan{
        margin-left: 10px;
        width: 190px;
        display: inline-block;
        word-wrap: break-word;
    }
    .codespan1{
        width: 190px;
        display: inline-block;
        word-wrap: break-word;
    }
}