#contenedor{
    padding: 20px;
}

.info{
    padding: 10px;
    text-align: center;
    margin: 0px auto;
    width: 80%;
    height: auto;
    transition: all 0.1s ease;
}

.info:hover{
    transform: scale(1.1) ;
}

.info h1{
    font-size: 2rem;
}

.info.cuatro{
    height: auto;
    line-height: normal;
}