#applyModal ::placeholder {
    color: #000 !important;
}
section#recruitment-drive-hero {
    height: 35vh;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: top center;
}

.recruitment-drive-hero-content {
    position: absolute;
    color: #fff;
    text-align: center;
    width: 100%;
    /* font-size: 42px; */
    /* font-weight: 600; */
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* .recruitment-drive-hero-content{
    font-size: 22px;
} */


.other-text p span {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
}

.other-text p span::before {
    content: "";
    border: 2px solid #f06430;
    margin-right: 10px;
}

section#open-position {
    background-color: #f1f6ff;
}

.open-position-main {
    border: 1px solid #133d8c;
    padding: 30px;
    border-radius: 10px;
    margin-left: 15px;
    height: 100%;
}

.open-position-main h2 {
    background: linear-gradient(to right, #2d4180 14%, #D25E3D 25%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    margin-bottom: 20px;
}

.open-position-main p span {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
}

.open-position-main p span::before {
    content: "";
    border: 2px solid #f06430;
    margin-right: 10px;
}

.contact-new{
    text-decoration: none;
    background: #133c8b;
    color: #fff;
    font-size: 18px;
    font-family: 'Epilogue';
    font-display: swap;
    font-weight: 500;
    padding: 7px 30px;
    border-radius: 10px;
    cursor: pointer;
}

.contact-new:hover{
    transition: 0.5s;
    background: #f16430;
    color: #fff;
}