.food-menu {
    text-align: center;
    padding: 80px 0;
}

.container-food {
    max-width: 1400px;
    margin: 0 auto;
}

.sub-title {
    display: inline-block;
    color: #DD1D1E;
    display: block;
    margin-bottom: 10px;
    font-size: 1.5rem;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
}

.main-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: rgb(60, 163, 58);;
    font-family: 'Alfa Slab One', sans-serif;

    font-weight: 100;
    line-height: 1.2;
}

.underline-decoration {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.underline-decoration svg {
    width: 60px;
    height: auto;
}
