.menu-body {
    padding-top: 60px;
    padding-bottom: 60px;
}
.menu-body aside > h3 {
    font-size: 1.2rem;
    line-height: 1.2em;
    font-weight: 600;
    margin-bottom: 10px;
}
.menu-body-grid {
    display: grid;
    grid-template-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
}
.menu-body-grid aside nav {
    background-color: #A25641;
    display: grid;
    grid-template-columns: 1fr;
    color: #fff;
    border-radius: 12px;
}

.exemplo {
    transition: .3s;
}

.exemplo:hover {
    transform: translateY(-5px);
    }


.exemplo h3::after {
    content: url(/img/point2.svg);
    margin-left: 5px;
}

.exemplo h3 {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2em;
}


.exemplo p {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: .85rem;
    font-weight: 600;
    color: #A25641;
}

.exemplo-img{
   width: 100%;
   object-fit: cover;
}

.exemplo-img img {
    width: 100%;
    object-fit: cover;
}

.menu-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}


.nol {
    position: absolute;
    bottom: 0;
    left: 90px;
}
.bol {
    position: absolute;
    right: 40px;
    top: 1600px;
}

.produtos {
    padding-top: 40px;
    padding-bottom: 40px;
    background: url(/img/bg-produtos.png) no-repeat center center;
    background-size: cover;
}

.produtos h2{
    font-size: 1.75rem;
    font-weight: 600;
    color: #fff;
    text-align: center;
}

@media only screen and (min-width:676px) and (max-width: 890px) {
    .menu-content {
        grid-template-columns: 1fr 1fr;
    }
}

@media only screen and (max-width: 675px) {
    .menu-content {
        grid-template-columns: 1fr;
    }
}