.sobre_mi{
    width: 100%;
    background-color: rgba(154, 81, 247, 0.22);
}


.sobre_mi-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3rem;
}

.sobre_mi-texto{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.sobre_mi-texto h2{
    color: #FA54AE;
    font-weight: 700;
}

.sobre_mi-texto p{
    color: #180270;
    font-weight: 400;
}

.sobre_mi-container img{
    border-radius: 30px;
}

@media screen and (min-width: 768px) {
    .sobre_mi-container{
        flex-direction: row;
       
    }

    
}