.OqueContaNotarialParte2 {
  /* background-image: url(../../img/Fundos/OqueContaNotarialFundoParte2verde.png); */
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  position: relative;
  background-position: center;
  width: 100%;
  height: 70vh;
  background: #012A36;
  background: linear-gradient(180deg, rgba(1, 42, 54, 1) 44%, rgba(19, 51, 26, 1) 60%, rgba(1, 31, 13, 1) 77%);
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.OqueContaNotarialParte2__paragrafo {
  font-size: 1.5rem;
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 3rem 10rem;
  text-align: center;
}

.OqueContaNotarialParte2__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-around;
  margin-left: 3rem;
  margin-right: 3rem;
}

.OqueContaNotarialParte2__cards__container {
  width: 25rem;
  height: 12rem;
  border: rgba(255, 255, 255, 0.466) solid 2px;
  background: linear-gradient(to bottom, #009036, #001002);
  border-radius: 12px;
  padding: 1.5rem;
  margin: 0px 0px 50px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.textosCard {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.tituloCard {
  font-size: 1.2rem;
  font-weight: 700;
}

.imagemCard {
  width: 5rem;
}

.paragrafoCard {
  font-size: 1rem;
  color: rgb(218, 218, 218);
}