.sobreMimSection{
    min-height: 700px;
    font-family: 'Poppins';
    display: flex;
    justify-content: center;
    margin-top: 0;
}

.sobreMimContent{
    width: 75%;
}

.row{
    margin-top: 32px;
    width: 100%;
    height: 100%;
    display: flex;
}

.column-row{
    width: 50%;
    height: 100%;
}

.column-row h1{
    font-size: 48px;
    color: #f5f5f5;
}
.column-row p{
    font-size: 16px;
    color: #f5f5f5;
}

#howIam{
    background-color: #1a1a1a;
}