#banner {
    height: 800px;
    background: url('../images/career/banner.jpg') no-repeat center 100%;
}

#banner article:first-child {
    height: 409px;
    width: 560px;
    background-color: #1FD1BF;
    text-align: center;
}

#banner article:first-child h1 {
    padding-top: 146px;
    color: #fff;
    font-size: 40px;
    font-family: 'Acumin Variable Concept';
    font-weight: bold;
    letter-spacing: 4px;
    position: relative;
    padding-bottom: 30px;
}

#banner article:first-child h1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 70px;
    height: 6px;
    margin-left: -35px;
    background-color: #2B3D4B;
}

#banner article:first-child p {
    margin-top: 29px;
    font-size: 22px;
    line-height: 33px;
    font-family: 'Acumin Variable Concept';
    font-weight: bold;
    letter-spacing: 2px;
}

#banner article:nth-child(2) {
    margin-left: auto;
    width: 799px;
    height: 391px;
    background-color: #2B3D4B;
    padding: 71px 39px 0;
}

#banner article:nth-child(2) p {
    margin-top: 24px;
    font-size: 14px;
    font-family: 'Acumin Variable Concept';
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    line-height: 25px;
    letter-spacing: 1.4px;
}

@media screen and (max-width: 576px) {
    #banner {
        height: auto;
        background-position: top center;
        background-size: auto 100%;
    }
    #banner .container {
        padding: 15px;
    }
    #banner article {
        width: 100% !important;
        height: auto !important;
    }
    #banner article:first-child p {
        padding-bottom: 146px;
    }
    #banner article:nth-child(2) {
        padding-bottom: 71px;
    }
}