.pt-4,
.py-4 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
}

#text-main {
    margin-left: 20px;
}

.table-container {
    max-width: 1000px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    border: 1px solid #e0e0e0;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th,
td {
    padding: 1.25rem 1.5rem;
    text-align: left;
    border-bottom: 1px solid #e5e7eb;
}

th {
    background: #f0f4f8;
    /* font-size: 1.1rem; */
    color: #1f2937;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

td {
    font-size: 1rem;
    color: #374151;
}

tr:last-child td {
    border-bottom: none;
}

.highlight {
    color: #1e3a8a;
    font-weight: 600;
}

.number {
    text-align: center;
    font-weight: bold;
    color: #d32f2f;
}

/* .img-container {

} */

@media (max-width: 768px) {
    .img-container {
        width: 100%;
        margin: 0 auto;
        display: block;
        height: auto;
    }

    .table-container {
        margin-left: 10px;
        margin-right: 10px;
    }

    .ml-auto-byLee {
        margin-left: auto;
    }
}