/* TITLE */
.job-title {
    font-size: 72px;
    font-weight: 400;
    line-height: 1.2;
    font-family: f1;
}

/* DESC */
.job-desc {
    color: black;
    max-width: 500px;
    font-family: f2;
    font-size: 20px;
}

/* hero-img */
.img-fluid{
    max-height: 320px;
}

.text-center{
    text-align: right !important;
}

/* INFO CARDS */
.info-card {
    padding: 24px;
    border-radius: 12px;
    color: #fff;
    height: 100% !important;
    /* height: 450px; */
    /* max-height: 600px; */
}

.info-card h5 {
    margin-bottom: 15px;
}

.info-card ul {
    padding-left: 18px;
}

.info-card li {
    margin-bottom: 10px;
}

/* COLORS */
.brown {
    background: #7b5a58;
}

.purple {
    background: #4b1f3d;
}

/* FORM */
.application-form label {
    margin-top: 15px;
    font-weight: 500;
}

.form-control {
    margin-top: 5px;
    border-radius: 8px;
    padding: 10px;
}

/* BUTTON */
.submit-btn {
    background: #000 !important;
    color: #fff !important;
    padding: 8px 16px !important;
    border-radius: 25px !important;
    border: none !important;
    font-family: f2 !important;
}