
li{list-style-type: none;}
ul{padding-left: 0px;}
  .tjytjuytku {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr);
        align-items: start;
        gap: 20px;
    }

    .tjytjuytku>* {
        width: 100% !important;
    }

    @media (max-width:768px) {
        .tjytjuytku {
            grid-template-columns: 1fr;
        }
    }

.nfnggnh {

    color: rgb(17, 16, 16);
    cursor: pointer;
    font-size: 20px;
}

.dgnmngj {
    z-index: 99999;
    display: none;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #020111;
}

.dgnmngj ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.dgnmngj li {
    text-align: center;
}

.dgnmngj a {
    color: white;
    font-size: 18px;
    text-decoration: none;
    display: block;
    padding: 10px;
}

.dgnmngj a:hover {}