@media only screen and (max-width: 1024px) {
    .navigation__competence {
        width: calc(100% - 32px) !important;
    }
}