.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; */
    width:80vw;
    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;
}

.text-price h1{
    font: normal normal bold 35px/53px Poppins;
}
.blue-line-pricing{
    width:90px;
    margin-bottom:1em;
    border: 2px solid #57C1DB;
}
.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; */
    height:600px;
    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; */
    height: 688px;
    /* background-color: #2B0556; */
    background: linear-gradient(179deg,#2B0556,#483276,#CDB8E9);
    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; */
    height: 21em;
    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; */
    width: 15px;
    height: 12px;  
}
.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;  */
    width: 268px;
    height: 59px;
    background: transparent;
    border-style: solid;
    border-color: #FFFFFF;
    color:#FFFFFF;
    cursor: pointer;
}
.btn-card-end button{
    color:#57C1DB;
    border-color: #57C1DB;
}

.btn-card button a{
    /* font: normal normal bold 13px/21px Poppins; */
    font: normal normal normal 16px/21px Poppins;
}
.light-grey{
    color: #000;
}

@media only screen and (max-width: 1000px) {
    .card-price-wrapper{
        width: 21em;
    }
    .content-card{
        height: 15em;
    }
    .card-price{
        height: 457px;
    }
    .mid-card{
        height: 534px;
    }
    }

@media only screen and (max-width: 400px) {



    }