.h3-std{
    margin-top: 42px;
    margin-bottom: 8px;
}

#regresar-inicio{
    margin-bottom: 29px;
}

.infoBox-std{
    margin-bottom: 73px;
    max-width: 426px;
}

@media print, screen and (max-width: 35em){
    .h3-std{
        margin-top: 0px;
    }
    #regresar-inicio{
        margin-bottom: 24px;
    }
    .infoBox-std{
        margin-bottom: 24px;
    }
}