#career_hero {
    padding: 5rem;
    display: flex;
    gap: 5rem;
    align-items: center;
    background-color: rgba(221, 239, 255, 1);
}

#career_hero .card {
    width: calc((100% - 5rem) / 2);
}

#career_hero .card h1 {
    font-size: 4rem;
    font-weight: 600;
}

#career_hero .card h1 span {
    font-size: 4rem;
    font-weight: 600;
    color: var(--primary-color);
}


#career_hero .card:first-child {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}


#career_hero .card p {
    padding-left: .5rem;
}

#career_hero .card figure {
    width: 100%;
}

#career_hero .card figure img {
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: contain;
}

#current_opening {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 5rem;
}

#current_opening header h1 {
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
}

#current_opening .openings-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;

}

#current_opening .openings-wrapper .card-outer {
    position: relative;
    padding: 0;
    /* width: 80%;
    margin: auto; */
}

#current_opening .openings-wrapper .card {
    display: flex;
    /* gap: 2rem; */
    padding-left: 5rem;
    margin-left: 50px;
    background-color: rgba(221, 239, 255, 1);

}

#current_opening .openings-wrapper .card>div {
    width: 50%;
}

#current_opening .openings-wrapper img {
    position: absolute;
    height: calc(100% - 50%);
    width: auto;
    max-width: 100px;
    top: 50%;
    left: 50px;
    transform: translate(-50px, -50%);
    border-radius: .3rem;
    object-fit: contain;
}

#current_opening .openings-wrapper .f-card {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 2rem;
    border-radius: .3rem;
    flex: 1;
}

#current_opening .openings-wrapper .s-card {
    display: flex;
    align-items: center;
    justify-content: center;
}

#current_opening .openings-wrapper .s-card button {
    background-color: transparent;
    color: var(--primary-color);
    font-size: 1.1rem;
    font-weight: 600;
    border: 1px solid var(--primary-color);
}

#current_opening .openings-wrapper .f-card h1 {
    font-size: 2rem;
    font-weight: 600;
}

#current_opening .openings-wrapper .f-card div {
    display: flex;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap;
}

#current_opening .openings-wrapper .f-card div span {
    display: flex;
    gap: .5rem;
    align-items: center;
}

#current_opening .openings-wrapper .f-card div span i {
    color: var(--primary-color);
}

#current_opening .openings-wrapper .f-card div:last-child span {
    padding: .5rem;
    border-radius: .5rem;
    background-color: var(--white-color);
    font-size: .95rem;

}

@media only screen and (max-width : 1300px) {
    #career_hero {
        gap: 4rem;
        background-color: rgba(221, 239, 255, 1);
    }

    #career_hero .card {
        width: calc((100% - 4rem) / 2);
    }

    #career_hero .card h1 {
        font-size: 3.5rem;
    }

    #career_hero .card h1 span {
        font-size: 3.5rem;
    }


    #current_opening .openings-wrapper .f-card {
        width: 60% !important;
    }

    #current_opening .openings-wrapper .s-card {
        width: 40% !important;
    }
}

@media only screen and (max-width : 1170px) {
    #career_hero {
        gap: 3rem;
        background-color: rgba(221, 239, 255, 1);
    }

    #career_hero .card {
        width: calc((100% - 3rem) / 2);

    }

    #career_hero .card h1 {
        font-size: 3rem;
    }

    #career_hero .card h1 span {
        font-size: 3rem;
    }

    #current_opening .openings-wrapper .f-card {
        width: 70% !important;
    }

    #current_opening .openings-wrapper .s-card {
        width: 30% !important;
    }
}

@media only screen and (max-width : 1020px) {
    #career_hero {
        padding: 4.5rem;
        gap: 2.5rem;
        background-color: rgba(221, 239, 255, 1);
    }

    #career_hero .card {
        width: calc((100% - 2.5rem) / 2);

    }

    #career_hero .card h1 {
        font-size: 2.5rem;
    }

    #career_hero .card h1 span {
        font-size: 2.5rem;
    }

    #current_opening {
        padding: 4.5rem;
    }

    #current_opening .openings-wrapper .f-card {
        width: 75% !important;

    }

    #current_opening .openings-wrapper .s-card {
        width: 25% !important;
    }

    #current_opening .openings-wrapper .f-card h1 {
        font-size: 1.8rem;
    }

}

@media only screen and (max-width : 900px) {

    #career_hero,
    #current_opening {
        padding: 4rem;
    }

    #career_hero .card {
        width: calc((100% - 2rem) / 2);

    }

    #career_hero .card h1 {
        font-size: 2rem;
    }

    #career_hero .card h1 span {
        font-size: 2rem;
    }

    #current_opening .openings-wrapper .card {
        display: flex;
        /* gap: 2rem; */
        padding-left: 5rem;
        margin-left: 50px;
        background-color: rgba(221, 239, 255, 1);
        flex-direction: column;
    }

    #current_opening .openings-wrapper .card>div {
        width: 100% !important;
        align-items: start !important;
        justify-content: start;
        padding-bottom: 1rem;
        padding-left: 1rem;
    }

    #current_opening .openings-wrapper .f-card h1 {
        font-size: 1.6rem;
    }
}

@media only screen and (max-width : 800px) {

    #career_hero,
    #current_opening {
        padding: 3.5rem;
    }

    #career_hero .card:last-child {
        display: none;

    }

    #career_hero .card:first-child {
        width: 100%
    }

    #current_opening .openings-wrapper .f-card h1 {
        font-size: 1.6rem;
    }
}

@media only screen and (max-width : 700px) {

    #career_hero,
    #current_opening {
        padding: 3rem;
    }

    #current_opening .openings-wrapper .f-card h1 {
        font-size: 1.4rem;
    }
}

@media only screen and (max-width : 600px) {

    #career_hero,
    #current_opening {
        padding: 2.5rem;
    }

    #current_opening .openings-wrapper .f-card h1 {
        font-size: 1.2rem;
    }
}

@media only screen and (max-width : 500px) {

    #career_hero,
    #current_opening {
        padding: 2rem;
    }

    #current_opening .openings-wrapper .f-card h1 {
        font-size: 1.1rem;
    }
}

@media only screen and (max-width : 400px) {

    #career_hero,
    #current_opening {
        padding: 1.5rem;
    }

    #current_opening .openings-wrapper .f-card h1 {
        font-size: 1rem;
    }
}