
.job-title-box {
    width: 100%;
    border: 1px solid #dc3545;
    padding: 20px 0;
    background: #fff;
    border-radius: 10px;
}

.job-title-box h2 {
    font-size: 26px;
    line-height: 34px;
    font-weight: 400;
    color: #b61f31;
    font-family: Georgia, serif;
}

.job-content h5 {
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #191919;
    font-family: 'Poppins', sans-serif;
}
.job-content ul,
.job-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #191919;
    font-family: 'Poppins', sans-serif;
    margin-left: 10px;
}
.career-image img {
    width: 100%;
    height: auto;
}
.ui-input {
    background-color: #F9EBEB !important;
    border: none;
    height: 45px;
    margin-bottom: 15px;
    padding-left: 15px;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    color: #121213;
    font-family: 'Poppins', sans-serif;
}
.resume-upload label {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #191919;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 8px;
}
.simple-file {
    border: none;
    padding: 6px;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #808285;
    font-family: 'Poppins', sans-serif;
}
.simple-file:focus {
    outline: none;
    box-shadow: none;
}
.send-btn {
    background-color: #B61F38;
    color: #fff;
    border: none;
    padding: 8px 60px;
    border-radius: 30px;
    margin-top: 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    font-family: 'Poppins', sans-serif;
    transition: 0.3s ease;
}