.link-section h5 {
    font-size: 15px;
}
.job_page h3 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    text-align: center;
}
.first-intro {
    height: 100vh;
    position: relative;
}

.component {
    text-align: center;
    max-width: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.component h1 {
    margin-bottom: 20px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 23px;
}

.component p {
    position: relative;
    top: 8vh;
    font-size: 14px;
}


.career-second-component {
    height: auto;
    padding: 0 15vw !important;
    gap: 10vh;
}

.career-second-component h3 {
    margin-bottom: 5vh;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    text-align: center;
}

.link-section {
    width: 100%;
}

.inner-link-section {
    height: 110%;
    margin-top: 2vh; 
}
.inner-link-section a {
    border: 1px solid rgb(84, 84, 84) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    padding: 0 7vw;
    text-decoration: none;
    color: black;
    border-radius: 0px 0px !important;
}
.link-section a:hover {
    color: white !important;
}
.inner-link-section p {
    width: 100%; 
    font-size: 14px;
    text-align: justify;
}
.second-component-info {
    padding-left: 1rem;
}
.career-third-component {
    height: auto;
    padding: 15vh 15vw;
}

.career-third-component h4 {
    margin-bottom: 5vh;
    font-size: 20px;
}

.career-third-component p span {
    font-weight: 600;
}
.br{
    display: none;
}
.job_page .form-group label.error {
    color: red;
    font-size: 12px;
}
.career-third-component p {
    font-size: 14px;
}