.section-two-convenios-sula {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background-color: #111827;
  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-sula {
  flex: 1;
  min-width: 300px;
  max-width: 600px;
}

.section-two-convenios__title-sula {
  text-align: center;
  font-size: 24px;
  color: white;
}

.section-two-convenios__text-sula {
  text-align: center;
  padding-top: 25px;
  font-size: 17px;
  line-height: 1.6;
  color: #ffffff;
}

.about-image-vida img {
  width: 100%;
  max-width: 250px;
  height: auto;
  border-radius: 10px;
}

.sintoma-item {
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 10px;
  padding: 12px 16px;
  font-size: 16px;
  color: #333;
  text-align: center;
  transition: all 0.3s ease;
}

.sintoma-item:hover {
  background-color: #e9f7ef;
  border-color: #28a745;
  color: #28a745;
  transform: scale(1.03);
}

.logopdf {
  width: 500px;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
  margin: 0 auto;
}

.section-two-convenios__card-link-sula {
  flex: 1;
  min-width: 200px;
  max-width: 400px;
  text-align: center;
}

.sula-contato {
  margin-top: 25px;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
}

.sula-contato a {
  text-decoration: none;
  font-weight: bold;
}

