#apply {
    margin-top: 54px;
    margin-bottom: 67px;
}

#apply .container {
    --content-width: 1184px;
}

#apply p {
    margin: 0;
}

#apply .inner {
    gap: 30px;
}

#apply .position {
    font-size: 26px;
    line-height: 1;
}

#apply .location {
    font-size: 18px;
}

#apply .desc {
    font-size: 16px;
    line-height: 24px;
    margin-top: 17px;
}

#apply .desc ul {
    list-style-type: '-';
    list-style-position: outside;
    padding: 0 0 0 10px;
}

#apply .desc ul li {
    padding-left: 10px;
}

#apply .left {
    flex-basis: 510px;
}

#apply .right {
    flex-basis: 534px;
    padding-right: 9px;
}

#apply form h3 {
    font-size: 34px;
    margin-bottom: 12px;
}

#apply .form-row {
    gap: 19px;
}

#apply .form-field {
    padding: 0 0 18px 0;
}

#apply .form-field input,
#apply .form-field input::placeholder,
#apply .form-field select {
    color: #262626;
    font-size: 13px;
    text-indent: 10px;
    opacity: 1;
}

#apply .form-field input,
#apply .form-field select {
    height: 42px;
    border-radius: 0;
    box-shadow: none;
}

#apply .form-field select {
    appearance: none;
    background-image: url('../../images/icons/icon-select-black.png');
    background-repeat: no-repeat;
    background-position: calc(100% - 10px);
    background-size: 12px;
}

#apply .form-action {
    padding-top: 19px;
}

#apply button[type="submit"] {
    padding: 0;
    font-size: 18px;
    height: 50px;
    width: 100%;
    max-width: 223px;
}

@media screen and (max-width: 992px ) {
    #apply .form-row {
        flex-wrap: wrap;
        gap: 0;
    }
    #apply .form-field {
        flex-basis: 100%;
    }
}

@media screen and (max-width: 768px ) {
    #apply {
        margin-top: 44px;
    }
    #apply .inner {
        flex-direction: column;
        gap: 35px;
    }
    #apply .inner > * {
        flex-basis: unset;
        width: 100%;
    }
    #apply .left {
        position: relative;
        order: 2;
        border-top: 1px solid #dcdcdc;
        padding-top: 30px;
    }
    #apply .right {
        padding: 0;
    }
}

@media screen and (max-width: 567px ) {
    #careers-hero h1 {
        margin-bottom: 0;
    }
    #apply {
        margin-top: 31px;
    }
    #apply form h3 {
        font-size: 28px;
        margin-bottom: 25px;
    }
    #apply .form-field input,
    #apply .form-field select {
        height: 45px;
    }
    #apply .form-field input,
    #apply .form-field input::placeholder,
    #apply .form-field select {
        text-indent: 15px;
    }
    #apply .form-field {
        padding: 0 0 13px 0;
    }
    #apply .form-field select {
        background-position: calc(100% - 17px);
    }
    #apply .form-action {
        padding-top: 27px;
    }
    #apply .left-inner {
        padding: 0 10px;
    }
    #apply .position {
        font-size: 18px;
    }
    #apply .location {
        font-size: 18px;
    }
    #apply .desc {
        font-size: 14px;
        line-height: 19px;
        margin-top: 19px;
    }
    #apply .desc ul {
        padding: 0 0 0px 9px;
    }
    #apply .desc ul li {
        padding-left: 6px;
        margin-bottom: 5px;
    }
}