.main-content {
    background-color: white;
}

.plans-box {
    border-radius: 30px;
    border: 1px solid black;
    padding: 0;
    overflow: hidden;
}

.plans-box .features {
    height: 250px;
    font-size: 14px;
}

.plans-box .padded-plan-section {
    padding: 30px;
    padding-bottom: 15px;
}

.plan-heading-with-price {
    /* padding-top: 20px; */
    /* padding-bottom: 40px; */
    border-bottom: 1px solid;

}

.plan-heading-with-price.featured {
    background: var(--green);
    color: var(--dark);
    border-bottom-color: var(--green);
}

.plan-heading-with-price .price-total {
    color: var(--green);

}

.plan-heading-with-price .price-total.featured-price {
    color: white;

}

.select-plan-btn {
    cursor: pointer !important;
}

.green-text-color {
    color: var(--green) !important;
}