/* .table-container {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
} */
/* h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #343a40;
} */

.para {
    /* text-align: center; */
    color: #656565;
    border-bottom: 2px solid #f4a261;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
/* .table th {
    background-color: #727374;
    color: white;
    text-align: center;
}
.table td {
    vertical-align: middle;
}
@media (max-width: 768px) {
    .table-responsive {
        border: none;
    }
    .table thead {
        display: none;
    }
    .table tbody, .table tr, .table td {
        display: block;
        width: 100%;
    }
    .table tr {
        margin-bottom: 15px;
        background: white;
        padding: 10px;
        border-radius: 10px;
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    }
    .table td {
        text-align: right;
        padding-left: 50%;
        position: relative;
    }
    .table td:before {
        content: attr(data-label);
        position: absolute;
        left: 15px;
        width: 45%;
        padding-right: 10px;
        font-weight: bold;
        text-align: left;
    }
} */