@media (max-width: 1920px) {}
@media (max-width: 1600px) {
    .apply-form-section {
        max-width: min(1000px,60%);
    }
    .apply-form .field input, .apply-form .field select:not([multiple]) {
        width: 200px;
        height: 40px;
    }
    .apply-form .field label {
        font-size: 14px;
        margin-bottom: 8px;
    }
    .apply-form .field.full label {
        font-size: 14px;
    }
    .apply-form .field textarea {
        font-size: 15px;
    }
        .index_Intelligence {
            font-size: 40px;
        }
        .apply-form .field option {
            font-size: 13px;
        }
}
@media (max-width: 1440px) {}
@media (max-width: 1024px) {}