.career_intro{
    background-color: var(--santco_color);
    margin-top: -7rem;
}

.big_title{
    padding-bottom: 8rem;
}

.content_container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

/*Formats each chunk of content individually */ 
.chunk_content_format {
    flex: 1;
    margin-right: 20px;
    text-align: left;
}

.group_worker_image{
    margin-top: -6.5rem;
    margin-right: 0vw; 
    width: 60vw;
    height: auto !important;
}


.career_page_header{
    font-weight: 600;
    width: 40vw;
    margin-left: 9rem;
    margin-bottom: 1.5rem;
    animation: fadeIn 1s ease-out forwards;
}

.career_subheader{
    font-weight: 550;
    width: 40vw;
    margin-left: 9rem;
    margin-bottom: 2rem;
    font-size: 27px;
    animation: fadeIn 1s ease-out forwards;
}

.career_page_description{
    color: white;
    font-size: 18px;
    font-weight: 250 !important;
    width: 40vw;
    font-weight: 500;
    margin-left: 9rem;
    margin-bottom: 1rem;
    text-align: justify;
    line-height: 2;
}

.career_page_description p{
    animation: fadeIn 1s ease-out forwards;
}

.apply_now_button{
    background-color: rgb(39, 39, 41); /* Adjusted for proper RGB syntax */
    color: white;
    min-width: 9rem;
    padding-left: 1rem;
    padding-right: 1rem;
    height: 50px;
    font-size: 22px;
    margin-left: 9rem;
    border-radius: 10px;
    border: none;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5); /* Adjust the alpha for desired intensity */
    transition: background-color 0.3s ease; 
}

.apply_now_button:hover{
    background-color: black;
}
