.main-career-banner {
    width: 100%;
    height: 520px;
    background-image: url(/upload/images/career_main_banner.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-career-banner ._content{
    width: 1310px;
    padding: 15px;
    max-width: 100%;
    margin: 0 auto;
}

.main-career-banner ._title {
    
}
.simple-button.link {
    background-color: #fff;
}
.main-career-banner ._title h2 {
    color: white;
    padding: 25px 0;
}

.main-career-banner ._text {
    width: 100%;
    max-width: 450px;
    color: white;
    margin-bottom: 25px;
}
.main-career-banner ._text p{
    font-size: 20px;
    text-align: left;
}
.main-career-banner ._link {
    background: #2d4c7d;
    color: white;
    text-transform: uppercase;
    font-size: 18px;
    width: 339px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 40px;
    text-decoration: none;
    margin-top: 50px;
}
@media(max-width: 1450px){
    .main-career-banner ._text p {
        font-size: 18px;
    }
}
@media(max-width: 767px){
    .main-career-banner{
        background-color: #2f8fce;
        background-position: center bottom;
        background-size: contain;
        height: unset;
    }
    .main-career-banner ._link{
        font-size: 16px;
    }
    .banner_mobile{
        background-image: url(/upload/images/career_main_banner_mobile.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}
@media(max-width: 575px){
    .main-career-banner{
        background: #2f8fce;
        height: unset;
    }
    .main-career-banner ._link{
        font-size: 16px;
        width: unset;
    }
    .banner_mobile{
        background-image: url(/upload/images/career_main_banner_mobile.png);
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: cover;
        height: 150px;
    }
}