*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}

img{
    max-width: 480px;
    float: left;
    margin-right: 30px ;
}
section{
    display: flex;
    justify-content: center;
    align-items: center;
}
.texto h2{
    font-size: 39px;
}
.texto p{
    font-size: 18px;
}
.historia{
    margin: 150px auto;
    width: 70%;
}
.mayoreo{
    max-width: 480px;
    float: left;
    margin-right: 30px ;
}
