    .btn-orcamento {
        width: 90%;
        display: flex;
        padding: 0;
        padding-left: 1rem;
        justify-content: space-between;
        align-items: center;
        gap: 0.625rem;
        border-radius: 15px;
        background: #C9A66B;
        text-decoration: none;
    }

    .btn-orcamento span {
        color: var(--Branco-Texto, #FFF);
        text-align: center;
        font-family: Montserrat;
        font-size: 1rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    @media (min-width: 1024px) {
        .btn-orcamento {
            width: 17rem;
            display: flex;
            padding: 0;
            padding-left: 1rem;
            justify-content: space-between;
            align-items: center;
            gap: 0.625rem;
            border-radius: 15px;
            background: #C9A66B;
            text-decoration: none;

        }
    }