.adolecente .container{
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 120px;
}
.left-ado{
    width: 700px;
}
.right-ado{
    margin: 40px;
    margin-left: 80px;
}
.ado-h1{
    color: white;
    font-size: 40px;
    font-weight: 500;
    text-align: center;
}
.ado-p{
    color: #8f887d;
    font-size: 20px;
    margin: 40px;
    text-align: center;
}
.right-ado img{
    border-radius: 20px;
    width: 500px;
}