.detalle-directorio .post-image {
    max-width: 100%;
    width: 500px;
    /* height: 55vh; */
    height: 600px;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    object-fit: contain;
}

.detalle-directorio .post-image>.heart {
    background-color: #F2F2F2;
    position: absolute;
    top: -7%;
    left: -10%;
}

.detalle-directorio .post-image>.experience {
    background-color: #FFFF;
    border-left: #0E54AE 4px solid;
    position: absolute;
    bottom: 20px;
    right: 10px;
}

.funciones .subtitle>svg {
    fill: #0E54AE;
    width: 20px;
    height: 20px;
}

.list-directorio .post-image {
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

@media (max-width: 576px) {
    .list-directorio .post-image {
        height: 400px;
    }
}

@media (min-width: 768px) {
    .list-directorio .post-image {
        height: 250px;
    }
}

@media (max-width: 991.98px) and (min-height: 512px) {
    .detalle-directorio .post-image {
        height: 100vh;
    }
}

@media (max-width: 991.98px) {
    .detalle-directorio .post-image {
        /* height: 60vh; */
        height: 450px;
    }

    .detalle-directorio .post-image>.heart {
        top: -4%;
        left: -5%;
    }
}

@media (min-width: 992px) {
    .list-directorio .post-image {
        height: 350px;
    }
}

/* @media (max-width: 1199.98px) {
    .detalle-directorio .post-image {
        height: 65vh;
    }
} */

.list-directorio .equal-height {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}