.sub_text_propuesta {
  color: #476eb4;
  font-size: 30px;
}

.section-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
}

.section-title::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #0d83fd;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.section-parrafo {
  font-size: 18px;
  font-weight: 400;
  position: relative;
  text-align: center;
}

.card-ventas_container {
  border-radius: 15px;
  overflow: hidden;
  height: 100%;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.imagen-ventas-container {
  flex: 0 0 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  position: relative;
  overflow: hidden;
}

.imagen-ventas-container {
  width: 100%;
  height: 100%;
  max-width: 200px;
  max-height: 200px;
  object-fit: contain;
  transition: transform 0.4s ease;
}

.contenido-ventas-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.5rem;
  text-align: center;
}

.titulo-ventas-cardiovascular {
  color: #4a6fa5;
  font-size: 1.3rem;
  font-weight: 600;
  margin: 0;
  line-height: 1.4;
}
