
.pricing-table {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    margin: 20px;
}

.pricing-table .table {
    color: #000000;
}

.pricing-table .table th,
.pricing-table .table td {
    border-top: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.pricing-table .table th {
    font-weight: bold;
    border-bottom: 2px solid rgba(0, 0, 0, 0.08);
}

.pricing-table .check-icon {
    width: 20px;
    height: 20px;
}

.pricing-table img {
    max-width: 100px;
    margin-bottom: 10px;
}

.text-primary {
    color: #007bff;
}

.text-success {
    color: #28a745;
}

.text-warning {
    color: #ffc107;
}

tr>td:nth-child(2),
tr>td:nth-child(3),
tr>td:nth-child(4),
tr>th:nth-child(2),
tr>th:nth-child(3),
tr>th:nth-child(4) {
    border-top: none;
    border-left: 1px solid rgba(0, 0, 0, 0.08);
}

tr:nth-last-child(1)>td {
    border-bottom: none !important;
}

tr>td:nth-child(1) {
    text-align: left;
    padding-left: 30px;
}

.s2-pricing_section .s2-pricing_item .s2-pricing_list li:last-child {
    border: none;
    padding-bottom: 20px;
}


@media (max-width: 750px) {
    #saas_two_about {
        display: none!important;
    }
}