._cccghnnnnn{
    width: 90%;
    margin: 30px auto;
    display: grid;
    grid-template-columns: 23% 23% 23% 23%;
    grid-gap: 27px;
}
._huieurheu{
    width:100%;
    margin: 20px auto;
    grid-template-columns: 31% 31% 31%;
    grid-gap:25px;
}
._uuvvyvyy{
    width:100%;
    border-radius: 5px 5px 0 0;
}

._jzb{
    font-size: 18px;
    letter-spacing: 0;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #292d36;
}
._hjsdcgusydg{
    font-size: 13px;
    line-height: inherit;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 8px 0;
    color: gray;
}
._hjsdcgusydg a{
    color: gray;
}

._hjsdcgusydg h2,h3{
    font-size: 13px;
    line-height: inherit;
    margin-bottom: 0;
    letter-spacing: 0;
}

._ugsdychsb{
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    border-radius: 5px;
    transition: .5s ease all;
}
._ugsdychsb:hover{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

._gusydbhsdu{
    margin: 10px;
    padding-bottom: 7px;
}

._uhjgvhbn{
    background: #5e8a0c;
    background-image: linear-gradient(45deg, #7be495, transparent);
    border: none;
    color: white;
    padding: 3px 20px;
    border-radius: 3px;
    margin: 5px 0;
    font-size: 14px;
    font-weight: 500;
}

@media screen and (max-width:800px) {
    ._sjhdsndh{
        margin-top: 20px;
    }
    ._cccghnnnnn{
        grid-template-columns: 49% 49%;
    }
}

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