.slider .slide:nth-child(1) {
    background-image: url('img/Property\ 1=slider-2.png');
}
p.purpose-text2{
   
    font-weight: 500;
    max-width: 1200px;
    color: #EEF7FF;
    margin: 0 auto;
    line-height: 1.2;
    font-size: 1rem;
    margin-top: 1rem;
  }

.contenido-card {
    text-align: left;
    padding: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
p.textobien {
    color: #003366;
    font-size: 1rem;
    font-weight: 800;
    position: relative;
    z-index: 10;
}

@media (max-width: 768px) {
    .hero {
        height: 100vh;
        padding: 0px;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        flex-direction: column;
        overflow: hidden;
        z-index: 0;
        top: 5rem;
    }
    .section-salud {
        background-color: #eef7ff;
        max-width: 100%;
        padding: 2rem;
    }
}

