.bbd-price-table-block {
    background-color: white;
    border-radius: 12px;
    -webkit-box-shadow: 0px 0px 15px -3px rgba(61,61,61,0.3);
    box-shadow: 0px 0px 15px -3px rgba(61,61,61,0.3);
    padding: 54px 32px;
    text-align: center;
}

.bbd-price-table-block .pricing-name {
    margin: 0 0 5px 0;
    font-weight: bold;
    font-size: 28px;
    color: #2253ff;
}

.bbd-price-table-block .pricing-desc {
    margin: 0 0 16px 0;
    font-size: 20px;
}

.bbd-price-table-block .pricing-price {
    color: #19163a;
    font-size: 70px;
    line-height: 75px;
    font-weight: bold;
    margin: 0;
}

.bbd-price-table-block .monthly-label {
    margin: 0 0 48px 0;
}

.bbd-price-table-block__btn {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.bbd-price-table-block__btn a.cta-button {
    padding: 10px 20px;
    border-radius: 30px;
    min-width: 200px !important;
    background-color: #2253ff;
    color: white !important;
    -webkit-box-shadow: 0px 0px 15px -3px rgba(61,61,61,0.3);
    box-shadow: 0px 0px 15px -3px rgba(61,61,61,0.3);
}

.bbd-price-table-block__features-splitter {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #ece5e5 !important;
    max-width: 400px !important;
    margin: 40px auto;
}

.bbd-price-table-block__features-container {
    text-align: left;
}

.bbd-price-table-block__features-container ul {
    padding: 0 25px !important;
}

.bbd-price-table-block__features-container h3 {
    color: #19163a !important;
    font-size: 24px !important;
    font-weight: bold !important;
    margin-bottom: 16px !important;
}


.bbd-price-table-block__features-container li {
    position: relative;
    list-style: none;
    margin-bottom: 8px;
}

.bbd-price-table-block__features-container li::before {
    content: ' ';
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    position: absolute;
    -webkit-mask-image: url('../../../assets/check.svg');
    mask-image: url('../../../assets/check.svg');
    background-color: var(--my-color-var);
    left: -25px;
    top: 7px;
}