.content h2{
    margin: 1rem 0;
    padding-bottom: 5px;
    padding-left: 20px;
    color: #0a50ac;
    width: max-content;
    text-transform: capitalize;
}
.content h2::before{
    content: "";
    position: absolute;
    left: 46px;
    width: 5px;
    height: 24px;
    background-color: #0a50ac;
    border-radius: 6px;
}
.list.menu{
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 3rem;
}

.item.menu{
    width: calc(50% - 1rem);
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(232, 234, 237);
    height: max-content;

}
.menus .menu{
    max-height: none !important;
}
.item__image--menu {
    display: flex;
    overflow: hidden;
    gap: 10px;
}
.item__image--menu img{
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 6px;
}