.restaurant--item ul li{
    font-weight: 400;
}

.d-grid figure {
    aspect-ratio: 4/3;
    border: 1px solid #707070;
    border-radius: var(--border-radius);
    overflow: hidden;
    & img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
}

.workshop--banner {
    max-height: 720px;
    overflow: hidden;
}