.home-career-layout .section-small-heading {
    font: 700 18px / 22px var(--font-helvetica-neue);
    letter-spacing: 10%;
    text-transform: uppercase;
    color: #00677F;
    margin-block: 0 24px;
}

.home-career-layout {

    margin-bottom: 80px;
}

.web-career-home {
    display: flex;
    gap: 100px;
}

.section-title {
    font: 500 38px/46px var(--font-helvetica-neue);
}

.section-title strong {
    font-weight: 700;
}

.section-our-stories .section-small-heading {
    padding-bottom: 20px;
}

.section-our-stories {
    padding-top: 50px;
    padding-bottom: 60px;
    background-color: #F5F5F5;
}

.section-our-stories .section-flex {
    display: flex;
    gap: 58px;
}



.career-img-wrap img {
    width: 100%;
}

.career-info .section-title {
    font-weight: 400;
}


@media screen and (max-width: 768px) {
    .section-title {
        font-size: 28px;
    }

    .web-career-home {
        gap: 24px;
    }

    .web-career-home .career-info {
        order: 2;
    }

    .web-career-home .career-img-wrap {
        order: 1;
        aspect-ratio: 0.9/1;
    }

    .web-career-home .career-img-wrap img {
        height: 100%;
        object-fit: cover;
        width: 100%;
        object-position: 70% 100%;
    }

    .home-career-layout .section-small-heading {
        font: 700 14px/22px var(--font-helvetica-neue);
    }

    .section-title {
        font: 500 28px/36px var(--font-helvetica-neue);
    }

    .read-more-btn-wrapper.black-color a {
        color: #E71316;
    }

}