.page-id-1753 {
    .mobile-only {
        @media (min-width: 992px) {
            display: none;
        }
    }
}

section.careers-main-banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100vh;
    max-height: 650px;
    min-height: 350px;

    @media (min-width: 1200px) {
        padding: 100px 60px;
    }

    .careers-main-banner-contents {
        h1 {
            color: #fff;
            margin-bottom: 20px;
        }

        p {
            color: #fff;
            margin-bottom: 0;
            line-height: 25px;
        }
    }
}

section.careers-main-info {
    display: flex;
    flex-direction: column;
    width: 100%;

    @media (min-width: 1200px) {
        padding: 100px 60px;
    }

    .careers-main-info-contents {
        display: flex;
        width: 100%;
        max-width: 1530px;
        margin: auto;
        gap: 85px;

        .info-image {
            display: flex;
            width: 100%;

            @media (max-width: 991px) {
                display: none;
            }
        }

        .info-text {
            display: flex;
            flex-direction: column;
            justify-content: center;
            width: 100%;
            max-width: 692px;

            @media (max-width: 991px) {
                max-width: 100%;
            }

            h2 {
                color: #010d3f;
                margin-bottom: 30px;
            }

            p {
                color: #212121;
                margin-bottom: 30px;
                line-height: 25px;

                &:last-of-type {
                    margin-bottom: 0;
                }
            }

            img {
                @media (max-width: 991px) {
                    margin-bottom: 30px;
                }
            }
        }
    }
}

section.careers-openings {
    background: #f5f8ff;
    display: flex;
    flex-direction: column;
    width: 100%;

    @media (min-width: 1200px) {
        padding: 100px 60px;
    }

    .careers-openings-contents {
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 1530px;
        margin: auto;

        .header-text {
            display: flex;
            flex-direction: column;
            text-align: center;
            width: 100%;
            max-width: 711px;
            margin: auto;
            margin-bottom: 50px;

            h2 {
                color: #010d3f;
                margin-bottom: 20px;
            }

            p {
                color: #212121;
                line-height: 25px;
                margin-bottom: 0;
            }
        }

        .job-openings-list {
            display: flex;
            flex-direction: column;
            width: 100%;
            gap: 30px;

            .job-opening {
                background: #fff;
                border: 1px solid #1616cc;
                padding: 38px 42px;
                display: flex;
                justify-content: space-between;

                @media (max-width: 991px) {
                    flex-direction: column;
                    align-items: center;
                    gap: 30px;
                }

                .job-details {
                    display: flex;
                    flex-direction: column;
                    width: 100%;
                    max-width: fit-content;
                    gap: 20px;

                    .job-status {
                        display: flex;
                        align-items: center;
                        gap: 15px;

                        @media (max-width: 991px) {
                            justify-content: center;
                        }

                        @media (max-width: 575px) {
                            flex-direction: column;
                            gap: 0;
                        }

                        br {
                            @media (max-width: 575px) {
                                display: none;
                            }
                        }

                        span {
                            &.status {
                                color: #010d3f;
                                font-family: "Hind-Bold", sans-serif;
                                font-size: 20px;
                            }
                        }

                        img {
                            width: 100%;
                            max-width: 8px;
                            height: 100%;
                            max-height: 8px;
                        }
                    }

                    h3 {
                        margin-bottom: 0;

                        @media (max-width: 991px) {
                            text-align: center;
                        }
                    }

                    .sub-details {
                        display: flex;
                        gap: 30px;

                        @media (max-width: 575px) {
                            flex-direction: column;
                            justify-content: center;
                            align-items: center;
                        }

                        .sub-detail {
                            display: flex;
                            align-items: center;
                            gap: 15px;

                            span {
                                color: #212121;
                                font-family: "Open Sans", sans-serif;
                            }
                        }
                    }
                }

                .job-link {
                    display: flex;
                    align-items: center;
                    width: 100%;
                    max-width: fit-content;

                    a {
                        &.btn-link {
                            font-size: 18px;
                            font-weight: 700;
                            line-height: normal;
                            text-decoration: none;
                            background: #0056e5;
                            color: #fff;
                            font-family: "Hind-Bold", sans-serif;
                            padding: 9px 36px;
                            display: flex;
                            justify-content: center;
                            width: 100vw;
                            max-width: 295px;
                        }
                    }
                }
            }
        }
    }
}
