.about-banner-careers {
    background-image: url("https://storage.googleapis.com/giffycms-adirondack/5761142076997632");
    background-attachment: fixed;
    background-size: cover;
    background-position: top;
    color: white;
    width: 100%;
    /* height: 60rem; */
    height: 100vh;
    margin-top: 5.5rem;
    border-bottom: 1px solid #fff;
}

.legacy-container-careers {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    min-height: 100vh;
    align-items: center;
}

.text-section-careers {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
}

h .text-content-careers {
    max-width: 60rem;
}

.text-content-careers h1 {
    font-size: 4.6rem;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 0rem;
    margin-bottom: 3rem;
}

.text-content-careers h6 {
    margin-top: 1rem;
    font-size: 3.2rem;
    font-weight: 200;
}

.text-content-careers p {
    margin-top: 2rem;
    font-size: 2rem;
    line-height: 1.4;
}

.image-section-careers img {
    display: none;
    width: 100%;
    height: auto;
}

/* Fourth Section */
.our-mission-careers {
    margin-top: 0;
}

/* .our-mission-desc-careers { font-size: 2rem; line-height: 1.6; margin-top: 5rem; } */
.grow-section {
    margin-top: 5rem;
}

.grow-title {
    text-align: left;
    font-size: 3.3rem;
    font-weight: 400;
    margin-bottom: 2rem;
    margin-top: 4rem;
}

.custom-footer {
    margin-top: 0rem !important;
}

.grow-description {
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.careers-industry-img {
    margin-left: 22rem;
    margin-bottom: 7rem;
    float: right;
}

.careers-our-mission-divider-arrow {
    margin-top: 5rem;
    /* margin-bottom: 3rem; */
}

.careers-our-mission-divider-arrow img {
    width: 32rem;
}

.grow-divider-arrow {
    margin-top: 3rem;
}

.grow-divider-arrow img {
    width: 32rem;
}

.btn-wrapper {
    margin-top: 5rem;
    display: flex;
    /* justify-content: center; */
    margin-bottom: 6rem;
}

.cta-btn {
    color: black;
    font-size: 1.8rem;
    position: relative;
    padding: 8px 30px;
    border: 0.5px solid black;
    background: #fff;
    font-weight: bold;
    border-radius: 2rem;
    cursor: pointer;
    overflow: hidden;
    z-index: 1;
    transition: background-color 0.35s ease-in-out;
}

.cta-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #1C5739;
    transition: left 0.35s ease-in-out;
    z-index: -1;
    border-radius: inherit;
}

.cta-btn:hover::after {
    left: 0;
}

.cta-btn:hover {
    color: #fff;
    border: 0.5px solid #fff;
}

@media (min-width: 2561px) {
        .text-content-careers h1 {
        font-size: 7rem;
    }

    .text-content-careers p {
        font-size: 4.5rem;
    }

    .cta-btn {
        font-size: 4rem;
        border-radius: 3rem;
    }

    .grow-title {
    font-size: 4.5rem;
    }
}

@media (min-width: 1920px) and (max-width: 2560px) {
    .text-content-careers h1 {
        font-size: 6rem;
    }

    .text-content-careers p {
        font-size: 3.5rem;
    }

    .cta-btn {
        font-size: 3rem;
        border-radius: 3rem;
    }

     .grow-title {
    font-size: 3.5rem;
    }
}

/* Tablet view */
@media (max-width: 1024px) {
    .text-content-careers {
        margin-top: 5rem;
        max-width: 50rem;
    }

    .text-content-careers h1 {
        font-size: 3.8rem;
    }

    .text-section-careers {
        justify-content: flex-end;
    }

    .text-content-careers h6 {
        font-size: 2.3rem;
    }

    .text-content-careers p {
        font-size: 2rem;
        line-height: 1.5;
    }

    .legacy-container-careers {
        /* grid-template-columns: 1fr; */
    }

    .image-section-careers {
        /* display: none; */
        height: 0vh;
        background-attachment: scroll;
    }

    .image-section-careers img {
        height: 0vh;
    }

    .grow-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .grow-blank {
        display: block;
    }
}

/* Mobile view */
@media (max-width: 767px) {
    .about-banner-careers {
        background-image: url("https://storage.googleapis.com/giffycms-adirondack/images/about/about-background.png");
        background-attachment: unset;
        height: auto;
    }

    .text-content-careers {
        margin-top: 4rem;
    }

    .text-content-careers h1 {
        /* margin-left: 2rem; */
        font-size: 3.5rem;
        margin-bottom: 3rem;
    }

    .text-section-careers {
        justify-content: center;
    }

    .text-content-careers h6 {
        /* margin-left: 2rem; */
        font-size: 3rem;
        font-weight: 200;
    }

    .text-content-careers p {
        /* margin-left: 2rem; */
        font-size: 1.8rem;
        /* font-weight: 200; */
    }

    .image-section-careers {
        height: auto;
        background: none;
    }

    .image-section-careers img {
        height: auto;
        display: block;
    }

    .legacy-container-careers {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    /* our mission section */
    .our-mission .grid-wrapper {
        grid-template-columns: 1fr;
    }

    .grow-grid {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .grow-btn-wrapper {
        justify-content: flex-start;
    }

    .careers-industry-img {
        width: 65rem;
    }
}

@media (max-width: 426px) {

    .text-content-careers {
        margin-top: 28rem;
    }

    .text-content-careers h1 {
        /* margin-top: 42rem; */
        /* margin-left: 2rem; */
        font-size: 3rem;
    }

    .text-content-careers h6 {
        margin-left: 2rem;
        font-size: 2.2rem;
        font-weight: 200;
    }

    .text-content-careers p {
        /* margin-left: 2rem; */
    }

    /* 
    .text-section-careers {
        height: 1rem;
    } */

    .text-content-careers {
        margin-top: 3rem;
    }

    .careers-industry-img {
        width: 35rem;
    }

    .our-mission-desc-careers {
        /* margin-top: 6rem; */
    }

    .image-section-careers {
        height: auto;
    }

    .image-section-careers img {
        height: auto;
    }
}