.sobre-mim-page{
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}
.sobre-mim-page-text-img-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sobre-mim-separacao{
    background-color: var(--color-3);
    height: 5px;
    width: 100%;
}
.sobre-mim-title{
    font-weight: 700;
}
.sobre-mim-page-text{
width: 50%;

}
.sobre-mim-page-img{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 50px;
    
    
    
}
.sobre-mim-page-img img{
    width: 80%;
    max-width: 400px;
    
}
.sobre-mim-page-img-2{
    margin-top: 100px;
width: 100%;

}
.sobre-mim-page-img button{
    width: 70%;
}

@media screen and (max-width: 1024px) {

    .sobre-mim-page-text-img-box{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 50px;
        margin-top: 50px;
        
    }
    .sobre-mim-page-text{
        width: 100%;
        
        }
        .sobre-mim-page-img{
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 50px;
            
            
            
        }
        .sobre-mim-page-img img{
            width: 50%;
            
        }
        .sobre-mim-page-bt{
            width: 100%;
            margin-top: 50px;
        }
}