.imagem-de-fundo-tres {
    background-image: url(../img/Vida\ Nova\ Jardinagem\ Fundo\ 05.png);
    width: 100%;
    height: 1350px;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-repeat: no-repeat;
}

.cards {
    display: flex;
    justify-content: center;
    align-items: center;
}

.card {
    background-color: white;
    height: 220px;
    padding: 10px;
    color: black;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.card2 {
    background-color:#314e2e ;
    height: 270px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 335px;
    line-height: 26px;
    padding: 20px;
    color: white;
    font-size: 13px;
}
.titulo {
    margin-bottom: 50px;
    display: flex;
    color: white;
    font-size: 40px;
    align-items: center;
    justify-content: center;
}

video {
    width: 500px;
    height: 280px;
    display: flex;
}

.video-paisagismo {
  display: flex;
  justify-content: center;
  align-items: center;   
  margin-top: 30px;
}

.numero-cell {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.numero-cell img {
    width: 25px;
}

.numero-cell h3 {
    background-color: white;
    border-radius: 50px;
    padding: 5px;
    font-size: 25px;
}