.card_menu2 {
    max-width: 320px;
    display: flex;
    flex-direction: column;
    border-radius: 1.5rem;
    /* background-color: #d1d1d1ff; */
    padding: 1.5rem;
    margin: 0.5rem;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    font-weight: 900;
    color: var(--primary);
    background-color: #f8f8f8;
    border-bottom: solid 0.3rem transparent !important;
}

.card_menu2:hover {
    background-color: #1fb40b27;
    border-bottom: solid 0.3rem var(--primary) !important;

}

.description_menu2 {
    text-decoration: none;
    font-weight: normal;
    text-transform: capitalize;
    font-size: 0.9em;
    color: #00000086;
}

.descricao_preco_menu2 {
    text-decoration: none;
    font-weight: normal;
    text-transform: capitalize;
    font-size: 0.9em;
}

.price_menu2 {
    font-size: 2.4rem;
    line-height: 1;
    font-weight: 900;
    color: #1fb40b;
}

.lists_menu2 {
    margin-top: 2.5rem;
    display: flex;
    flex-direction: column;
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: var(--primary);
}

.list_menu2 {
    display: flex;
    align-items: center;
}

.list_menu2 svg {
    height: 1rem;
    width: 1rem;
}

.list_menu2 span {
    margin-left: 1rem;
}

.action_menu2 {
    margin-top: 0.5rem;
    width: 100%;
    border: 2px solid #18c367;
    border-radius: 9999px;
    background-color: #18c367;
    padding: 0.625rem 1.5rem;
    font-weight: 700;
    text-align: center;
    font-size: 0.875rem;
    color: rgba(0, 0, 0, 1);
    outline: none;
    text-decoration: none;
    transition: all .2s ease;
}

.action_menu2:hover {
    color: #b3f3bdff;
    background-color: #07961fff;
}