.jobs-page-container {
    width: 100%;
    margin: 0 auto;
}

.jobs-page-hero-section {
    width: 100%;
    padding: 0 0% 0% 8%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.jobs-page-hero-text {
    text-align: left;
    color: #434343;
    padding: 20px;
    border-radius: 10px;
    width: 70%;
    font-family: "Manrope", Sans-serif;
    
}

.erp-attachment-small {
    display: none;
}

.jobs-page-hero-text h2 {
    font-size: 52px;
    font-weight: 700;
}

.erp-referral-approach-text {
    color: #111111;
    width: 80%;
    font-size: 18px;
    font-weight: 500;
}

.jobs-page-hero-text p {
    font-family: "Manrope", Sans-serif;
    font-size: 16px;
    font-weight: 300;
}

.jobs-page-hero-image {
    text-align: left;
    color: #434343;
    border-radius: 10px;
}

.jobs-page-referral-approach-content {
    width: 80%;
    margin: 40px auto 120px;
    background-size: cover;
    text-align: center;
    display: flex;
    justify-content: space-between;
}

.erp-jobs-search-widget {
    width: 80%;
}

.jobs-page-referral-approach {
    display: flex;
    justify-content: center;
    color: #434343;
    font-size: 18px;
    padding-top: 80px;
}

.jobs-page-jobs-section {
    margin-top: 50px;
    color: #434343;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.erp-attachment-none {
    display: block;
}

.jobs-page-jobs-section .jobs-page-box {
    border-radius: 10px;
    text-align: center;
    margin-bottom: 20px;
}

.jobs-page-number-1-heading {
    background-color: #34495E24;
    border-radius: 10px;
    width: 50px;
    display: flex;
    height: 50px;
    justify-content: center;
    font-size: 25px;
    color: #34495E;
    gap: 10px;
    align-items: center;
    font-weight: 600;
}
.jobs-page-number-2-heading {
    background-color: #F183432E;
    border-radius: 10px;
    width: 50px;
    display: flex;
    height: 50px;
    justify-content: center;
    font-size: 25px;
    color: #F18343;
    gap: 10px;
    align-items: center;
    font-weight: 600;
}
.jobs-page-number-3-heading {
    background-color: #2ECC7121;
    border-radius: 10px;
    width: 50px;
    display: flex;
    height: 50px;
    justify-content: center;
    font-size: 25px;
    color: #2ECC71;
    gap: 10px;
    align-items: center;
    font-weight: 600;
   }   

.jobs-page-referral-approach-content-topic {
    font-size: 16px;
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 10px;
    flex-direction: column;
}

@media (max-width: 768px) {
    .jobs-page-hero-section {
        flex-direction: column;
        padding: unset;
    }

    .jobs-page-hero-font-size {
        font-size: 16px;
    }

    .jobs-page-referral-approach {
        padding-top: 40px;
    }

    .erp-attachment-large {
        display: none;
    }

    .erp-attachment-small {
        display: block;
    }

    .jobs-page-jobs-section {
        padding: 0 20px;
    }

    .erp-jobs-search-widget {
        width: 100%;
    }

    .jobs-page-hero-text{
        width: 100%;
        justify-content: center;
        text-align: center;
        font-size: 36px;
    }

    .jobs-page-hero-text h2 {
        font-size: 36px;
    }

    .jobs-page-hero-image{
        width: 100%;
    }

    .jobs-page-referral-approach-content {
        flex-direction: column;
        text-align: left;
        gap: 40px;
        margin: 0px auto 60px;
    }
    .jobs-page-referral-approach-content p {
        gap: 10px 10px;
    }
    .jobs-page-referral-approach-content-topic {
        flex-direction: row;
    }
}