.job-position-info h2{
    font-weight: 900;
    color: #29569E;
}
 
.job-position-info{
    margin-bottom: 20px;
}

.heading-button{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.heading-button button{
    color: white;
    background-color: #29569E;
    border: 1px solid #29569E;
    padding: 7px 12px;
    border-radius: 5px;
    font-weight: bold;
    transition: 0.5s;
    font-family: poppins-regular;
}

.heading-button button:hover{
    background-color:#4474c8;
    border-color: #4474c8;
}

 
.job-position-info h6{
    font-family: poppins-regular;
}
 
.container-update{
    max-width: 1170px;
}

.job-accountable h5{
    margin-bottom: 20px;
}

.job-accountable ol li p{
    margin-bottom: 20px;
}

.job-accountable ol li::marker{
    font-size: 13px;
}

.duties h5{
    margin-bottom: 20px;
    margin-top: 37px;
} 

.duties ul li p{
}

.duties ul li::marker{
}

.job-requirements .require{
    margin-bottom: 20px;
    margin-top: 37px;
}

.job-requirements ul li p {
    margin-bottom: 20px;
}

.job-requirements ul li p span{
    font-weight: 900;
}

.job-requirements ul li::marker{
}

.job-requirements p{
    margin-bottom: 20px;   
}

.job-requirements button{
    color: white;
    background-color: #29569E;
    /* padding: 5px 20px; */
    font-size: 16px;   
    border: 1px solid #29569E;
    transition: 0.5s;
    padding: 7px 12px;
    border-radius: 5px;
    font-weight: bold;
    font-family: poppins-regular;
}

#job-description{
    margin: 20px 0px;
}

.job-requirements button:hover{
    background-color: #4474c8;
    border-color: #4474c8;
}


