.competence-banner {
    overflow: hidden;
    background: #589CA2;
}
.competence-banner-title {
    line-height: 100%;
    font-size: 40px;
}
.competence-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 900px) {
    .competence-banner {
        width: 100vw;
        background: unset;
    }
    .competence-banner-info {
        border-radius: 16px;
        background: #589CA2;
    }
    .competence-banner picture img {
        position: relative;
        max-height: 286px;
    }
    .competence-banner-title {
        font-size: 28px;
    }
}

