.section-two-convenios-cartaovida {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background-color: #15A685;
  color: #fff;
  gap: 100px;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: center;
}

.section-two-convenios__intro-cartaovida {
  flex: 1;
  min-width: 300px;
  max-width: 600px;
}

.section-two-convenios__title-cartaovida {
  text-align: center;
  font-size: 24px;
  color: white;
}

.section-two-convenios__text-cartaovida {
  text-align: center;
  padding-top: 25px;
  font-size: 17px;
  line-height: 1.6;
  color: #ffffff;
}

.section-two-convenios__card-link-cartaovida .logopdf {
  max-width: 500px;
  height: auto;
}

.about-image-vida img {
  width: 100%;
  max-width: 250px;
  height: auto;
  border-radius: 10px;
}