
.jobsPage .job-icon-i i {
    color: #3ED8C3;
    font-size: 2.5rem;
}
.jobsPage .gr-icon-i i {
    color: #3ED8C3;
    font-size: 9rem;
}

.jobsPage .font_Oran {
    color: #3ED8C3;
}
.background-job .font_i {
    color: #fff;
}
.background-job{
	/*background: -moz-linear-gradient(right, #3ED8C3 0%, #2F53A2 100%);
	background: -webkit-linear-gradient(right, #3ED8C3 0%, #2F53A2 100%);
	background: linear-gradient(to left, #3ED8C3 0%, #2F53A2 100%);*/
    background: #2F53A2;
}
.job-teammember img{
    border-radius: 9999px;
    width: 350px !important;
    height: auto;
}
.job-teammember a{
    text-decoration: underline !important;
}
.job-teammember a:hover{
    text-decoration: underline !important;
    color: #fff !important;
}
.job-teammember .booking {
    position: absolute;
    bottom: 30px;
}
.job-teammember .booking img{
    width: 100px !important;
    height: auto !important;
    border-radius: 0;
}

.job__teammember p {
    font-size: 1.25rem;
}

.job__teammember--mobile p,
.job__teammember--mail p a,
.job__teammember--phone p {
    font-size: 1.875rem;
}


.job__contact a.circle {
    display: inline-block;
    height: 42px;
    line-height: 42px;
    width: 42px;
    text-align: center;
    border: 1px solid #3ED8C3;
    border-radius: 42px;
    transition: all 0.3s ease;
}

.job__contact a.circle i {
    transition: all 0.3s ease;
    color: #3ED8C3 !important;
}

.job__contact a.circle:hover {
    border: 1px solid #303B8F;
    background: #303B8F;
}


.btn-he{
    bottom: 179px;
    position: relative;
}
.jobsPage .modal-dialog{
    max-width: 1000px !important;
}

.job__card {
    border-radius: 0;
}


@media (min-width: 1199px) {
    .card-px{
        padding-right: 7rem!important; 
        padding-left: 7rem!important;
    }

}
@media (max-width: 1199px) {
    .jobsPage .modal{
        top: 0%;
    }
}

@media (max-width: 991.98px) {
    .job__teammember p {
        font-size: 1.125rem;
    }

    .job__teammember--mobile p,
    .job__teammember--mail p a,
    .job__teammember--phone p {
        font-size: 1.375rem;
    }
    .job-teammember img{
        width: 220px !important;
    }
    .job-teammember .booking img{
        width: 60px !important;
    }
    .job-teammember .booking {
        bottom: 50px;
    }

}

@media (max-width: 575.98px) {
    .job__teammember p {
        font-size: 1rem;
    }

    .job__teammember--mobile p,
    .job__teammember--mail p a,
    .job__teammember--phone p {
        font-size: 1rem;
    }
    .job-teammember img{
        border-radius: 9999px;
        width: 200px !important;
        height: auto;
    }
    .job-teammember .booking img{
        width: 60px !important;
        height: auto !important;
        border-radius: 0;
    }
}

.high-contrast .jobsPage .btn-job, 
.high-contrast .jobsPage .btn-secondary {
    background-color: #36353F;
    color: #fff !important;
}