.historia_milagros{
    height: 460px;
}

.historias{
    width: 100%;
    text-align: center;
}

.historias img{
    margin: auto;
}

.historia_mobile{
    display: none;
}

@media only screen and (max-width: 630px) {
    .historia_milagros{
        height: 740px;
    }
    .historia_desktop{
        display: none;
    }
    .historia_mobile{
        display: block;
    }
}