.produtoENotariado {
    background: #012A36;
    background: linear-gradient(0deg, rgb(7, 45, 48) 44%, rgba(19, 51, 26, 1) 60%, rgba(1, 34, 16, 1) 77%);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5rem 0 2rem;
}

.tituloProdutoNotariado {
    font-size: 2rem;
    display: flex;
    width: 100%;
    justify-content: center;
    font-weight: 700;
    margin-bottom: 4rem;
}

.produtoCardsGrandes {
    display: flex;
    justify-content: center;
    gap: 4rem;
    flex-wrap: wrap;
    padding: 0px 0px 2rem 0px;
}

.cardsGrandeContiner {
    position: relative;
    background: #eeee;
    border-radius: 12px;
    width: 35%;
    min-width: 15rem;
    max-width: 35rem;
    padding: 1.5rem 1rem 1.5rem 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cardsGrandeParagrafo {
    font-size: 1.15rem;
    line-height: 1.25;
    color: black;
}

.linhaDecorativaCard {
    background: #009036;
    width: 1rem;
    height: 70%;
    position: absolute;
    left: -0px;
    top: 30px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}


.produtoCardsPequenos {
    display: flex;
    gap: 3rem;
    align-items: center;
    justify-content: center;
    padding: 3rem 2rem;
    flex-wrap: wrap;
}

.cardsPequenoContiner {
    width: 16rem;
    height: 20rem;
    padding: 1rem;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: start;
}


.card1 {
    background-image: url(../../img/Fundos/fundoCardNotariado1Verde.png);
}

.LinhaDecorativa5Card {
    width: 75px;
    height: 2px;
    background: white;
}

.cardsPequenoParagrafo {
    font-size: 1.35rem;
    line-height: normal;
    text-align: start;
}

.card2 {
    background-image: url(../../img/Fundos/fundoCardNotariado2Verde.png);
}

.card3 {
    background-image: url(../../img/Fundos/FundoCardNotariado3Verde.png);
}


.card4 {
    background-image: url(../../img/Fundos/fundoCardNotariado4Verde.png);
}


.card5 {
    background-image: url(../../img/Fundos/FundoCardNotariado5verde.png);
}