
section{
width: 100%;
}

.imagem-de-fundo-dois {
    background-image: url(../img/Vida\ Nova\ Jardinagem\ Fundo\ 03.png);
    width: 100%;
    height: 1165px;
    background-size: contain;
    display: flex;
    background-repeat: no-repeat;
    justify-content: flex-end;
    align-items: center;
}


.texto-dentro-dois {
    margin-right: 250px;
    display: flex;
 flex-direction: column;
}
.texto-dentro-dois h1 {
    font-size: 50px;
    margin-bottom: 20px;
}

.texto-dentro-dois p {
    font-size: 20px;
}

.texto-dentro-dois h3 {
    font-size: 25px;
}

#color-green {
    color: #314e2e;
}

.numero {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.numero img {
    width: 25px;
}

.button-zap {
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.button-zap img {
    width: 17px;
}

.button-zap button {
    border: 2px solid #314e2e;
    width: 170px;
    background-color: #314e2e;
    padding: 5px;
    font-size: 15px;
    color: white;
}