.career-job-block{
    padding-top: 60px;
    padding-bottom: 68px;
    text-align: center;
    color: #ffffff;
}
.jobs-holder {
    margin-bottom: 48px; 
}
.career-job-block .h2{
    font-family: Haffer;
    font-size: 36px;
    font-weight: 600;
    line-height: 46.8px;
    text-align: center;
    margin-bottom: 16px;
}
.career-job-block .row.jobs-inner .job-type{
    margin-top: 20px;
}
.career-job-block .row.jobs-inner h3{
    font-family: Haffer;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 8px;
}
.career-job-block .row.jobs-inner p{
    margin-bottom: 4px;
    font-family: 'DM Sans';
}
.career-job-block .row.jobs-inner p a{
    font-family: 'DM Sans';
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    background: linear-gradient(94.63deg, #00FFDE -11.43%, #00F0FF 98.96%);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text; /* webkit browsers only */
    -webkit-text-fill-color: transparent; /* webkit browsers only*/
    -webkit-box-decoration-break: clone;
}
.career-job-block .row.jobs-inner h4{
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 0;
    font-family: 'DM Sans';
}
.career-job-block .job-content-desc {
    text-align: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.career-job-block .job-content-desc h3{
    font-family: Haffer;
    font-size: 36px;
    font-weight: 600;
    line-height: 46.8px;
    margin-bottom: 16px;
}
.career-job-block .job-content-desc p{
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    margin-bottom: 0;
}
.career-job-block .job-content-desc p a{
    font-weight: 700;
    text-align: center;
    background: linear-gradient(94.63deg, #00FFDE -11.43%, #00F0FF 98.96%);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text; /* webkit browsers only */
    -webkit-text-fill-color: transparent; /* webkit browsers only*/
    -webkit-box-decoration-break: clone;
}
@media screen and (max-width: 767px) {
    .career-job-block{
        padding-top: 60px;
        padding-bottom: 88px;
    }

}
