#identity .logo a,
#identity .logo a img {
    width: 150px;
    margin-top: 3px;
}

.dinning-menu-item:not(:last-child) {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.powered-by {
    margin-top: 70px;
}

.powered-by>a {
    text-decoration: none;
}

.powered-by>a>span {
    color: #4950fd;
}

#home-slider .text > h5 {
    color: #333;
    margin-bottom: 0;
    background: #ffd40d;
    padding: 3px 10px;
    border-radius: 2px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

#home-slider .text > h2 {
    text-align: left;
}

#home-slider .text {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

@media (max-width: 767px) {
    #home-slider .text > h5 {
        zoom: 0.8;
    }
}
