.page-banner::before {
    background-color: #a1f500 !important;
    opacity: .2 !important;
}
.events  {
    position: relative;
    padding: 50px 0 100px;
}



.events .content {
    max-width: 1200px;
    margin: auto;
    width: 100%;
}
.events .table-container {
    overflow: auto;
}
.events table {
    width: 100%;
    border-collapse: collapse;
}

.events table thead {
    background-color: #f9f9f9;
    color: #a1f500;
}

.events table thead th {
    padding: 10px;
    text-align: center;
    font-weight: bold;
    border-bottom: 2px solid #ccc;
}

.events table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

.events table tbody tr:nth-child(odd) {
    background-color: #e6e6e6;
}

.events table tbody tr td {
    padding: 20px 10px;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

.events table tbody tr td:last-child {
    color: #555;
}
