body{
    overflow-x: hidden;
}
.competences{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
    margin-top: 50px;
}

