.bm-cspb-content{
	display: flex;
	flex-flow: row wrap;
	margin-bottom: 17px;
}

.bm-cspb-item{
	position: relative;
    flex: 1 0 calc( (100% - 12px) / 2 );
    margin-right: 12px;
    margin-bottom: 13px;
    padding: 33px 10px;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #f8f9fd;
	box-shadow: 5px 5px 50px 20px rgb(16 18 96 / 6%);
	-moz-box-shadow: 5px 5px 50px 20px rgb(16 18 96 / 6%);
	-webkit-box-shadow: 5px 5px 50px 20px rgb(16 18 96 / 6%);
}

.bm-cspb-item:nth-child(2n){
	margin-right: 0;
}

.bm-cspb-title{
	font-weight: bold;
	margin-bottom: 5px;

}

.bm-cspb-price .price-unit{
	position: relative;
    font-size: 0.7619rem;
    bottom: 26px;
    margin-right: 3px;
}
.bm-cspb-price .real-price{
	font-weight: bold;
    font-size: 2.85714286rem;
    color: #19c48e;
}
.bm-cspb-price .per-month{
	position: relative;
    font-size: 0.7619rem;
    bottom: 10px;
    margin-left: 4px;
}

.cm-cspb-footer-text{
    text-align: center;
}

.cm-cspb-footer-text p{
	padding-left: 30px;
	display: inline-block;
	background-image: var(--wpr-bg-83938bc6-a2f1-4240-b186-4039df556782);
	background-position: left 3px;
	background-size: 20px;
	background-repeat: no-repeat;
}