.main{
    padding: 10rem 0;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.main:last-child{
    max-width: 50vw;
}

.info{
    max-width: 40vw;
}

.title{
    font-weight: bolder;
    color: var(--azulEscuro);
    font-size: 3em;
}

.txt{
    font-weight: normal;
    font-size: 1.5em
}