#site-plan-included {

}

.pricing-features-table {
    border: 1px solid #e2e8f0;
}

.pricing-features-table-head {
    background: #0D0C0E;
    color: #fff;
}

.pricing-features-table-head .pricing-features-table-col {
    font-size: 26px;
    color: #fff;
}

.pricing-features-table-head .pricing-features-table-col:first-child {
    font-size: 20px;
}

.pricing-features-table-row {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    align-items: center;
}

.pricing-features-table-col {
    padding: 20px 30px;
}

.pricing-features-table-title {
    font-size: 22px;
    font-weight: 600;
    color: var(--site-black);
}

.pricing-features-table-body .pricing-features-table-col {
    align-self: center;
}

.pricing-features-table-body .pricing-features-table-row:not(:last-child) {
    border-bottom: 1px solid #e2e8f0;   
}

.pricing-features-table-separator {
    border-bottom: 1px solid #e2e8f0;   
    background: #F6FBFF;
    padding: 14px 30px;
    font-size: 22px;
    font-weight: 600;
    color: var(--site-black);
}


.pricing-feature-green {
    color: #52B700;
    font-size: 30px;
}

.pricing-feature-red {
    color: #FF557E;
    font-size: 30px;
}