.t396__elem.tn-elem ul {
    padding-left: 0 !important;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.t396__elem.tn-elem ul li {
    position: relative;
    padding-left: 35px;
    padding-top: 8px;
    font-size: 18px
}

.t396__elem.tn-elem ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 20px;

    content: "";
    width: 40px;
    aspect-ratio: 1;

    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.t396__elem.tn-elem ul li:nth-child(1):before {
    background-image: url("https://static.tildacdn.com/tild3131-3339-4637-b561-353439663230/buffet.svg")
}

.t396__elem.tn-elem ul li:nth-child(2):before {
    background-image: url("https://static.tildacdn.com/tild6435-3130-4531-a261-373261623830/banquet.svg")
}

.t396__elem.tn-elem.tabtxt1 ul,
.t396__elem.tn-elem.tabtxt2 ul {
    padding-left: 0 !important;
    list-style: none;
    display: block;
}

.t396__elem.tn-elem.tabtxt1 ul li,
.t396__elem.tn-elem.tabtxt2 ul li{
    position: relative;
    padding-left: 80px;
    padding-top: 8px;
}

.t396__elem.tn-elem.tabtxt1 ul li:before,
.t396__elem.tn-elem.tabtxt2 ul li:before{
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 35px;

    content: "";
    width: 40px;
    aspect-ratio: 1;

    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    
    background-image: url("https://static.tildacdn.com/tild3131-3339-4637-b561-353439663230/buffet.svg")
}


.tmenu-mobile__burgerlogo img {
    min-width: auto !important;
    max-width: 70px !important;
    width: 70px;
    height: 35px;
}

.tmenu-mobile__container {
    padding: 5px 15px !important;
}

.uc-header .text-link:hover {
    border-bottom: 2px solid white;
}

@media screen and (max-width: 480px) {
    .t396__elem.tn-elem ul li {
        padding-left: 30px;
    }

    .t396__elem.tn-elem ul li:before {
        margin-left: 30px;
    }
}

@media screen and (min-width: 1200px) {
    .uc-point .t396__elem.tn-elem ul li:before {
    margin-left: 45px;
    }
}