.kariera-container {
    background-color: #ffffff;
}

.kariera-obsah {
    padding: 40px 60px 40px 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.kariera-balicky {
    padding: 30px 0px 5px 0px;
}

.kariera-balicky h2 {
    text-align: center;
}

.kariera-ukony-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.kariera-ukony-produkty {
    /*background: linear-gradient(135deg, #191919, #3f3f3f)!important;*/
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    transition: 0.2s;
    /*color: #ffffff;*/
}

.kariera-header {
    display: flex;
    align-items: center;
    background-image: url(../img/KARIERA_BANNER.gif);
    background-size: cover;
    min-height: 350px;
    background-position: center;
}


.kariera-header h2 {
    max-width: 50%;
    align-items: center;
    color: white;
    padding: 60px;
    margin: 0;
    font-size: 1.7em!important;
    font-weight: 600;
}

.kariera-header header h1 {
    margin: 0;
    line-height: 30vh;
    color: #ffffff;
    padding-left: 40px;
}