.container-hilton-cardapio-botoes .btn {
    display: flex;
    width: 320px;
    height: 56px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border: 1px solid #5C5C5C;
    background: #FFF;
    margin-bottom: 30px;
    text-decoration: none;
    color: #5C5C5C;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: "Loew";
}

.container-hilton-cardapio-botoes .btn img {
    vertical-align: middle;
    width: 24px;
    height: auto;
}