:root {
    --branco: #FFFFFF;
    --marrom-mel: #B45700;
    --background-off-white: #F4F4F0;
    --creme: #F5E4C4;
    --footer: #805A37;
    --degrade--dourado: linear-gradient(90deg, #E7C05C 3.5%, #FFFFFF 100%);

    --font--Mont: "Montserrat", sans-serif;
}

.servicos {
    color: var(--marrom-mel);
    font-family: var(--font--Mont);
    font-weight: 300;
}

.servicos__titulo {
    font-size: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1em 0;
}

.servicos__lista {
    font-size: 30px;
    margin: 2em;
}

.servicos__item {
    padding: 0.5em;
}

.servicos__link {
    text-decoration: none;
    color: var(--marrom-mel);
}

.servicos__link:hover {
    color: #8d4400;
    text-decoration: underline;
}







.servicos__conteudo {
    padding: 2em 0;
}

.servicos__descricao {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
}

.servicos__titulo-servicos {
    font-size: 35px;

}

.servicos__texto {
    text-align: center;
    font-size: 20px;
    width: 40%;
}

.servicos__conteudo-imagem {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1.5em 0;
}

.servicos__imagem {
    max-width: 20%;
    height: auto;
}