
#BambooHR > div:last-child {
    display: none;
}
#BambooHR {
    margin-bottom: 40px;
}
/* Career Banner Section */
#hero {
    padding: 120px 0;
    position: relative;
    border-top: 1px solid #ddd;
}
.hero-background-color {
    text-align: center;
}
.career-opening {
    text-align: center;
    font-size: 32px;
    font-family: "Nunito", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    margin-bottom: 40px;
    line-height: 1.4;
    color: #333;
    margin-top: 40px;
}
.hero-background-color h1 {
    font-weight: 300;
    font-size: 72px;
    margin-bottom: 20px;
    line-height: 1.4;
    font-family: "Nunito", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.hero-background-color p {
    max-width: 700px;
    margin: 0 auto 40px;
    letter-spacing: 0.5px;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.5;
    font-family: "Nunito", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.hero-background-color .cta {
    padding: 20px;
    border: 2px solid #000;
    font-size: 20px;
    border-radius: 4px;
    letter-spacing: 0.5px;
    background-color: #fff;
    color: #000;
    font-family: "Nunito", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Career Testimonial */
#career-testimonials {
    background: #f9fafa;
    padding: 80px 0;
}
#testimonials {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    margin-bottom: 20px;
    border: 4px solid #eee;
    object-fit: cover;
}
.testimonial-card img {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    margin-bottom: 20px;
    border: 4px solid #eee;
    object-fit: cover;
}
.career-testimonials {
    display: flex;
    justify-content: space-between;
}
.testimonial-card {
    display: inline-block;
    padding: 50px 20px;
    text-align: center;
    vertical-align: top;
    min-height: 350px;
    background: #fff;
    border-radius: 10px;
    width: 33.33%;
    margin: 0 10px;
    border: 1px solid #eee;
    border-bottom: 3px solid #eee;
}

/* Career Description */
.career-container-wrapper {
    padding: 60px 0;
    border-bottom: 1px solid #eee;
}
.description-container p {
    color: #444444;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 300;
    text-align: justify;
}

/* ********** Mobile Styling ********* */

@media (max-width: 900px) {
    .hero-background-color h1 {
        font-size: 44px;
    }
    .career-testimonials {
        display: block;
    }
    .testimonial-card {
        width: auto;
        margin: 0;
    }
    .testimonial-card:not(:last-child) {
        margin: 0 0 20px;
    }
}
@media (max-width: 767px) {
    #hero {
        border-top: none;
        padding: 70px 0 90px;
    }
}