main > h1{

    text-align: center;
    font-size: 3.5rem;
    margin-bottom: 30px;

}

main > section{

    display: flex;
    width: 100%;
    height: max-content;
    justify-content: space-evenly;

}


main article{

    display: flex;
    align-items: center;
    flex-direction: column;
    width: 45%;
    height: max-content;
    padding: 20px;

}

main h2{

    text-align: center;
    margin: 20px 0;

}

.div-imagenes-importancia{

    display: grid;
    grid-template-columns: repeat(2, 200px);
    grid-template-rows: repeat(2, 200px);

}

