.features-section {
    background: rgba(120, 68, 148, 0.15);
    min-height: 100dvh;
}

.feature-table {
    margin: 50px 0;
    padding: 30px;
}

.feature-table table {
    width: 100%;
    border-collapse: collapse;
}

.feature-table th, .feature-table td {
    padding: 15px;
    text-align: left;
    font-family: "Poppins", sans-serif;
    border-bottom: 1px solid #D8CEB7;
    border-right: 1px solid #D8CEB7;
}

.feature-table th:last-child, .feature-table td:last-child {
    border-right: none;
}

.feature-table tr:last-child td {
    border-bottom: none;
}

.feature-table th {
    font-weight: 600;
}