.section-container {
    max-width: calc(100% - 200px);
    margin: auto;
    margin-block: 50px;
}

.header-hero {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 100vh;
    overflow: hidden;
}

    .header-hero::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .3);
    }

    .header-hero img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-hero .hero-wrapper {
        display: flex;
        flex-direction: column;
        position: absolute;
        margin: 0;
        text-align: center;
        width: 100%;
        max-width: 800px;
        color: #fff;
        z-index: 11;
        margin-top: 7%;
    }

a.view-more-btn {
    max-width: 300px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 8px;
    margin-left: auto;
    background-color: black;
    color: white;
    padding: 18px 12px;
    border-radius: 50px;
}

.header-hero .entry-meta {
    display: inline-block;
    max-width: max-content;
    padding: 6px 12px;
    margin-inline: auto;
    background: linear-gradient(264.46deg, #969696 -0.45%, rgba(150, 150, 150, 0) 99.08%);
    list-style: none;
}

    .header-hero .entry-meta li:not(:last-of-type) {
        margin-inline-end: 9px;
    }

    .header-hero .entry-meta li {
        display: inline-block;
    }

        .header-hero .entry-meta li:after {
            margin-inline-start: 9px;
        }

        .header-hero .entry-meta li:not(:last-of-type):after {
            content: "/";
        }

.header-hero .page-title {
    margin-top: 20px;
}

@media (max-width:500px) {
    .header-hero .hero-wrapper {
        margin-top: 22% !important;
    }

    .header-hero .page-title {
        margin-top: 10px !important;
    }
}

@media (max-width:1024px) {
    .section-container {
        max-width: calc(100% - 40px);
    }

    .header-hero {
        height: 400px;
    }

        .header-hero .hero-wrapper {
            max-width: calc(100% - 40px);
        }
}

@media(max-width:768px) {
    .open-role-list {
        flex-direction: column;
    }

    .header-hero {
        height: auto !important;
    }

        .header-hero::after {
            background: unset !important;
        }
}

#career h2 {
    text-align: center;
    margin-bottom: 10px;
}

#career p {
    text-align: center;
    margin-top: 0 !important;
}

.making-step-wrapper {
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}

    .making-step-wrapper .making-step-list {
        background-color: #fafafa;
        border-radius: 16px;
        color: #151515;
        gap: 12px;
        padding: 24px 24px 56px;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }

        .making-step-wrapper .making-step-list .small-outline-btn {
            font-size: 14px;
            padding: 0 16px;
            background: transparent;
            background-color: #fff;
            border: 1px solid #d9dbff;
            border-radius: 40px;
            color: #214cff;
            font-weight: 600;
            height: 24px;
            line-height: 24px;
            max-width: max-content;
        }

        .making-step-wrapper .making-step-list .heading2 {
            font-size: 20px;
            font-weight: 800;
            line-height: 160%;
            margin: 10px 0 0;
        }

        .making-step-wrapper .making-step-list .subHeading1 {
            font-size: 16px;
            font-weight: 400;
            line-height: 1.6;
        }

.open-role-list {
    border: 1px solid #e1e1e2;
    border-radius: 16px;
    gap: 24px;
    margin-bottom: 24px;
    padding: 24px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .open-role-list .role-content {
        flex-grow: 1;
        gap: 10px;
        display: flex;
        flex-direction: column;
    }

    .open-role-list .heading2 {
        display: flex;
        align-items: center;
        font-size: 20px;
        font-weight: 800;
    }

    .open-role-list a.view-more-btn {
        padding: 12px 40px !important;
        width: max-content !important;
    }

    .open-role-list .small-outline-btn {
        align-items: center;
        display: flex;
        flex-direction: row;
        font-size: 12px;
        font-weight: 600;
        justify-content: center;
        background: transparent;
        background-color: #fff;
        border: 1px solid #d9dbff;
        border-radius: 40px;
        color: #214cff;
        gap: 8px;
        height: 24px;
        line-height: 24px;
        padding: 0 8px;
        width: max-content;
        margin-left: 10px;
    }

/*.career-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    grid-gap: 15px;
    margin-top: 40px;
}

    .career-gallery .img-item img {
        width: 100%;
    }*/

#career-gallery h2 {
    text-align: center;
}

#career-gallery p {
    text-align: center;
}

.gallery-slider, .gallery-slider1 {
    margin-bottom: 50px;
}

    .gallery-slider .slick-arrow {
        display: none !important
    }

    .gallery-slider1 .slick-arrow {
        display: none !important
    }

    .gallery-slider .slick-list {
        margin-left: -27px !important;
    }

    .gallery-slider .slick-list {
        margin-left: -27px !important;
    }

    .gallery-slider .slick-slide {
        margin-left: 27px !important;
    }

        .gallery-slider .slick-slide img {
            border-radius: 12px;
            max-width: 400px;
        }

    .gallery-slider1 .slick-list {
        margin-left: -27px !important;
    }

    .gallery-slider1 .slick-slide {
        margin-left: 27px !important;
    }

        .gallery-slider1 .slick-slide img {
            border-radius: 12px;
            max-width: 400px;
        }

    .gallery-slider1 .slick-track {
        display: flex !important;
        flex-direction: row-reverse;
    }
