@media screen and (max-width:500px) {
    ._sgusuee {
        grid-template-columns: 100% !important;
    }
}

._jcusdcd {
    width: 90%;
    margin: 20px auto;
}

._suhshhceu {
    font-size: 25px;
    text-align: center;
    font-weight: 600;
}

._sgusuee {
    margin: 20px 0;
    display: grid;
    grid-template-columns: 49% 49%;
    grid-gap: 15px;
    margin-bottom: 40px;
}

._auseccde {
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    padding: 8px 10px 8px 20px;
    color: black;
    transition: .5s ease all;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-radius: 25px;
    border-right: 4px solid #5e8a0c;
    border-left: 4px solid #5e8a0c;
}

._auseccde:hover._auseccde {
    color: #0000EE;
    transform: translateY(-3px);
}

.pagination {
    margin: 0 auto;
    width: max-content;
    flex-wrap: wrap;
    width: 100%;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}

.pagination a.active {
    background-color: #4CAF50;
    color: white;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
}