.price-sec{
    margin-top: 2em;
    display: grid;
    justify-content: center;
    align-items: center;
    justify-items: center;
    width: 100vw;
    height: auto;
    background-color: rgb(255, 255, 255);
}

.text-price{
    width: 100vw;
    height: auto;
    padding-top: 2em;
    padding-bottom: 2em;
    display: grid;
    justify-content: center;
    align-items: center;
    justify-items: center;
    font: normal normal 600 28px/38px Poppins;
    color: #1D1D1F;
}

.card-price-wrapper{
    max-width: 69em;
    width: 90vw;
    display: flex;
    justify-items: center;
    align-items: center;
    justify-content: space-evenly;
    align-content: center;
    height: auto;
}

.card-price{
    width: 333px;
    height: 457px;
    border-radius: 12px;
    opacity: 1;
    background-color: #f5f4f4;
    display: grid;
    align-content: center;
    justify-content: center;
    border: 2px solid #0000001b;
    margin-top: 2em;


   

}

.mid-card{
    height: 534px;
    background-color: #2B0556;
    margin-top: 0em;
}

.text-card{
    width: 333px;
    display: grid;
    align-content: center;
    justify-content: center;text-align: center;

}
.card-price .text-card h1{
    font: normal normal 600 28px/38px Poppins;
    color:#2B0556;
}
.card-price .text-card h2{
    font: normal normal normal 20px/38px Poppins;
    color:#2B0556;
}

.mid-card .text-card h1{
    font: normal normal 600 28px/38px Poppins;
    color:#ffffff;
}
.mid-card .text-card h2{
    font: normal normal normal 20px/38px Poppins;
    color:#ffffff;
}

.content-card{
    width: 333px;
    height: 15em;
    overflow-x: hidden;
    overflow-y: scroll;
    margin: 2em 0 2em 0;

}




.content-card-center {
    /* width: 15em; */
    display: flex;
    justify-content: left;
    align-items: center;
    margin-left: 4em;
}



.content-card-center p{
    font: normal normal normal 15px/38px Poppins;
    margin-left: 5px;
    margin-bottom: -5px;
}

.mid-card .content-card-center p{
    color: #ffffff;
}

.owl-carousel .owl-item img {
    width: 10px;
    margin-right: 5px;
}
.card-price .content-card::-webkit-scrollbar
{
	width: 5px;
	background-color: #f5f5f500;
  
}
.card-price .content-card::-webkit-scrollbar-thumb
{
	background-color: #2b0556f8;
    border-radius: 2em;
	
}

.mid-card .content-card::-webkit-scrollbar-thumb
{
	background-color: #fffffff8;
    border-radius: 2em;
	
}

.btn-card{
    width: 333px;
display: flex;
align-content: center;
justify-content: center;
}
.btn-card button{
    margin: 0;
    width: 200px;
    height: 48px; 
}

.btn-card button a{
    font: normal normal bold 13px/21px Poppins;
}

@media only screen and (max-width: 1000px) {
    .card-price-wrapper{
        width: 21em;
    }

    }

@media only screen and (max-width: 400px) {



    }