.highlite{
  border: 2px solid #000 !important;
}
.monthly-active{
   margin-top: 40px;	
}
.pricing-card--2 {
    border-radius: 10px;
    border: 1px solid #eae9f2;
    background-color: #fff;
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-top: 17px;
	margin: 10px;
}
.pricing-card--2 .small-title {
    color: #696871;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.56px;
    line-height: 28px;
    margin-bottom: 22px;
}
.pricing-card--2 .price {
    color: #1d293f;
    font-size: 50px;
    font-weight: 700;
    letter-spacing: -1.03px;
    line-height: 56px;
    color: #1d293f;
    margin-bottom: 1px;
}
.pricing-card--2 .price .time {
    font-size: 28px;
    font-weight: 300;
    letter-spacing: -1.03px;
    line-height: 1;
}

 ul.pricing-list {
    color: #696871;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: -0.66px;
    line-height: 1.6;
	list-style: none;
    margin-left: -40px;
}


.pricing-card--2 .pricing-btn .btn {
    width: 100%;
    max-width: 305px;
    border-radius: 10px;
    border: 1px solid #eae9f2;
    background-color: #ffffff;
    color: #5454d4;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: -0.66px;
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.pricing-btn{
	margin-top: -15px;
}