.experience__cards {


    height: 82%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    
}


.item {

    width: 31%;
    height: 100%;
    display: flex;
    flex-direction: column;
    
}


.sub__title {

    font-size: 1.1vw;
    height: 30%;

}


.card__title-description{

    width: 100%;
    height: 20%;

    display: flex;
    flex-direction: column;
   
}



.experience-parraf {

    font-size: 0.9vw;
    text-align: justify;
    height: 70%;

}


.image__container{

    display: flex;
    justify-content: center;
    align-items:start;
    height: 60%;
    width: 100%;

}


.imagen-card {

    height: 95%;
    width: 100%;
    object-fit: cover;
    object-position: center;

}


.lower__image{

    align-items: end;
}
