.trigger-dropdown-menu{
    cursor:pointer;
    z-index:200 !important;
    
}

.tags {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(275px, 1fr));
    gap: 20px;
}

.tags div {
    display: flex;
    background: url(https://static.tildacdn.com/tild3935-6534-4735-a432-326337663463/Rectangle_45.png) no-repeat;
    background-size: 100% 100%;
    color: #ffffff;
    font-size: 20px;
    font-family: 'Gilroy',Arial,sans-serif;
    line-height: 1.35;
    font-weight: 700;
    letter-spacing: 0.5px;
    background-position: center center;
    border-radius: 7px;
    height: 100%;
    min-height: 74px;	
    justify-content: center;
    align-items: center;
}

#allrecords .tags div a {
    color: #ffffff;
    text-align: center;
    padding: 10px;
}