.recru {
    margin-bottom: 30px;
}

.recru .header {
    background: var(--rc-bg-color-1);
    padding: 15px 20px;
}

.recru .header p.subheading {
    margin: 0;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 5px;
    color: var(--rc-text-color-2);
}

.recru .header h1,
.recru .header h2 {
    color: var(--rc-text-color-1);
    text-align: center;
    text-transform: uppercase;
}

.recru .content {
    background: var(--rc-bg-color-2);
    padding: 15px 20px;
}

.row {
    display: flex;
    flex-direction: row;
    padding-bottom: 20px;
}

.row:last-child {
    padding-bottom: 0;
}

.row .buttons {
    padding-left: 15px;
}

.job-card {
    border: 1px solid var(--rc-border-color-1);
}

.job-card .job-header {
    display: flex;
    align-items: center;
}

.job-card .icon svg {
    font-size: 25px;
}

.job-card .main-icon svg {
    background: var(--dark);
    border-radius: 10%;
    border: 1px solid;
}

.job-card .main-icon svg path {    
    fill: var(--white);
}

.job-card .job-details {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .job-card .job-title {
        font-family: var(--rc-font-family);
        font-size: 22px;
        font-weight: 500;    
        margin-bottom: 0px;
    }

    .job-card .employment-type {
        color: var(--dark);
        font-family: var(--rc-font-family);
        font-size: 14px;
        font-weight: 400;
        line-height: 1.8em;
    }

.job-card .location,
.job-card .offer-from,
.job-card .job-sallary {
    font-family: var(--rc-font-family);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
    color: var(--dark);
}

.job-card .location .e-font-icon-svg,
.job-card .offer-from .e-font-icon-svg,
.job-card .job-sallary .e-font-icon-svg {
    margin-top: var(--rc-margin);
    height: auto;
    display: block;
    max-width: 15px;
    color: unset;
    fill: var(--red);
}

.job-card h4 {
    font-size: 17px;
    margin-bottom: 0px !important;
}

.job-card .location span,
.job-card .offer-from span,
.job-card .job-sallary span {
    font-weight: bold;
}

.job-card h3.job-heading {
    font-family: var(--rc-font-family);
    font-size: 26px;
    font-weight: 500;
    line-height: 1.3em;
    color: var(--dark);
    margin: 0 0 20px 0;
}

.job-card p {
    font-family: var(--rc-font-family);
    font-size: 14px;
    font-weight: 400;
    color: var(--dark);
    margin-bottom: 14px;
    text-align: justify;
}

.job-card hr.divider {
    border-top: 1px solid var(--rc-border-color-1);
    margin-bottom: 20px;
}

.job-card .contact-person a.tel,
.job-card .contact-person a.email {
    font-weight: bold;
    font-size: 14px;
    color: var(--dark);
}

.job-card .contact-person a.tel:hover,
.job-card .contact-person a.email:hover {
    color: var(--red);
}

.job-card .dates div {
    font-size: 10px;
}

.job-card .contact-person img {
    width: 50px;
}

.job-card a.btn {
    text-decoration: none;
    display: inline-block;
    border: 0;
    font-family: var(--rc-font-family);
    font-size: 14px;
    font-weight: 500;
    fill: var(--white);
    color: var(--white);
    background-color: var(--dark);
    margin-right: 5px;
    padding: var(--rc-padding) 25px;    
}

.job-card a.btn:hover {
    background-color: var(--red);
    color: var(--white) !important;
}