.block-carta-wrapper{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    gap: 96px;
    position: relative;
}

.block-carta-wrapper h2{
    color: #1D417B;
}

.column{
    width: 100%;
}

.plato{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    gap: 48px;
    margin: 1.2em 0;
}

.plato_title{
    font-family: 'Lora';
    font-size: 20px;
    line-height: 24px;
    color: #1D417B;
}

.plato_price{
    font-family: 'Lora';
    font-size: 20px;
    color: #1D417B;
}

@media only screen and (max-width: 980px) {

}

@media only screen and (max-width: 768px) {
    .wrapper{
        overflow: visible !important;
    }
    .wp-block-cover:first-of-type{
        min-height: 180px !important;
    }
    h1.wp-block-heading{
        font-size: 60px !important;
        padding: 0 16px;
        position: absolute;
    }
    .category-title {
        margin-left: -16px;
        margin-right: -16px;
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1;
        padding: 0.5em 1.5em;
        background-color: #1D417B;
    }
    .category-title h2{
        color: #fff;
        margin: 0;
    }
    ul {
        list-style-type: none;
        list-style: none;
        padding: 0 0.5em;
    }
    li {
        border-bottom: 1px solid #ddd;
    }
}

@media only screen and (max-width: 480px) { 

}