.cards_container {
  margin: 4% auto;
}

@media (min-width: 1200px) {
  .cards_container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 47px;
  }
}

.card_element {
  background: #FFFFFF;
  border: 1px solid #F1F1F1;
  border-radius: 10px;
  padding: 24px 25px;
  width: 93%;
  margin: 0 16px;
  height: 422px;
  display: flex;
  flex-direction: column;
  place-content: start;
  transition: .3s;
}

.card_element-img {
  margin: auto;
}

.card_element:hover {
  filter: drop-shadow(0px 8px 28px rgba(0, 0, 0, 0.15));
  cursor: pointer;
  transition: .3s;
}

.card_element-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #4E4E4E;
  margin: auto;
}

.card_element-text {
  font-weight: 300;
  font-size: 18px;
  line-height: 27px;
  color: #838383;
  margin: 2% auto;
}

.card_element h2 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #4E4E4E;
}

.card_element p {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #838383;
}

.card_element-logos {
  text-align: center;
  margin: auto;
}


@media only screen and (max-width: 600px) {
  .card_element {
    margin: 30px 16px;
    height: auto;
  }

  .card_element-logos {
    margin: 5% auto;
  }
}



@media (min-width: 768px) and (max-width: 1199px) {
  .card_element {
    margin: 30px auto;
    height: auto;
    width: 80%;
  }

  .card_element-logos {
    margin: 5% auto;
  }
}




.card_element_cta {
  box-sizing: initial;
  border-radius: 16px;
  margin-top: 15px;
  border: none;
  width: 30%;
  height: 15px;
  padding: 16px 32px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.08em;
  transition: all 0.15s ease-out 0s;
  margin-bottom: 20px;
  cursor: pointer;
  margin: auto;
}

.card_element_cta a {
  color: #FFFFFF;
}

.card_element_cta:hover {
  filter: brightness(120%);
  transition: all 0.15s ease-out 0s;
}

.card_element-logos {
  display: grid;
  align-items: center;
  grid-template-columns: auto auto auto auto auto;
}

.card_element-logos img {

}

.card_element_2 {
  display: flex;
  width: 100vw;
  max-width: 100%;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 0px;
  padding: 0px 0px;
  background: rgb(255, 255, 255);
  background-blend-mode: color-burn, normal;
  box-sizing: border-box;
  border-radius: 0px;
}

.card-container {
  max-width: 1500px;
  width: 90%;
  box-sizing: border-box;

}

@media (min-width: 1200px) {
  .lp_salud .card_element {
    height: 256px;
  }
  
  .card_element-img {
    height: inherit;
}
  .lp_salud .card_element-text {
    height: 1150px;
}

}


.lp_salud .card_element-text {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #4e4e4e;
}

.lp_salud .card_element-text strong {
  font-weight: 600;
}

.lp_salud .card_element {
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(124, 124, 124, 0.1);
  border-radius: 10px;
  border: unset;
}

span strong {
  color: unset !important;
}
