.container_sobremim{
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
}

.item1{ 
    display: flex;
    align-items: center;
    width: 500px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 5px;
}

.item1 p{
    text-align: justify;
    line-height: 20px;
}

.item2{
    height: 350px;
    width: 350px;
    margin-left: 60px;
    margin-right: 45px;
}

.item2 img{
    width: 100%;
    height: 350px;
    box-shadow: 4px 6px 13px 3px #000000;
    border-radius: 4px;
}

.item3{
    height: 350px;
    width: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}

.item3 ol{
    text-align: center;
}

.item3 li{
    padding-bottom: 10px;
}

.habilidades {
    display: flex;
    justify-content: center;
    flex-direction: row;
    margin-top: 50px;
}

.habilidades ol{
    padding-right: 70px;
    padding-left: 70px;
}


.habilidades li{
    padding-bottom: 10px;
}
