.container-about{
    width: 100%;
    height: fit-content;
    margin: 100px auto;
}

.container-about hr{
    border: solid 1px black;
}

.container-about h2{
    font-size: 2.5rem;
    margin: 0;
    padding: 0;
    margin-bottom: 70px;
    text-decoration: underline wavy 1.5px;
}

.section-studii{
    background: linear-gradient(to right, rgba(255, 255, 255, 0.6), rgba(0, 128, 128, 0.6));
    border-radius: 10px;
    box-shadow: 3px 3px 10px black;
    margin: 20px 50px;
    padding: 50px 100px;
    margin-bottom: 150px;
}

.section-studii ul, .section-xp ul{
    list-style-position: inside;
    padding: 0;
    margin: 0;
    list-style: none;
}

.institutie{
    font-size: 1.5rem;
    font-weight: bold;
}

.specializare, .an{
    font-size: 1.1rem;
}

.specializare span, .an span{
    font-weight: bold;
}

.section-limbaje{
    background: linear-gradient(to right, rgba(255, 255, 255, 0.6), rgba(0, 128, 128, 0.6));
    border-radius: 10px;
    box-shadow: 3px 3px 10px black;
    margin: 20px 50px;
    padding: 50px 100px;
    margin-bottom: 150px;

}

.section-limbaje ul{
    list-style-position: inside;
    padding: 0;
    margin: 0;
    list-style: none;
}

.section-limbaje li{
    display: flex;
    align-items: center;
    margin: 30px auto;
}

.section-limbaje li span{
    font-weight: bold;
}

.section-limbaje img{
    width: 50px;
    height: auto;
}

.rotate-react {
    transform: rotate(90deg);
}

.section-xp{
    background: linear-gradient(to right, rgba(255, 255, 255, 0.6), rgba(0, 128, 128, 0.6));
    border-radius: 10px;
    box-shadow: 3px 3px 10px black;
    margin: 20px 50px;
    padding: 50px 100px;
}

@media screen and (max-width: 480px) {
    .container-about{
        margin: 100px auto;
    }

    .container-about h2{
        font-size: 1.2rem;
        margin-bottom: 50px;
        text-decoration: underline wavy 1.5px;
    }

    .section-studii{
        margin: 20px 20px;
        padding: 30px 20px;
        margin-bottom: 150px;
    }

    .institutie{
        font-size: 0.9rem;
    }

    .specializare, .an{
        font-size: 0.8rem;
    }

    .section-limbaje{
        margin: 20px 20px;
        padding: 30px 20px;
        margin-bottom: 150px;

    }

    .section-limbaje li{
        margin: 30px auto;
    }

    .section-limbaje img{
        width: 25px;
        height: auto;
    }

    .section-xp{
        margin: 20px 20px;
        padding: 30px 20px;
    }
}