.single-employees-hero.post_hero {
    height: 660px;
    background-position: top center;
}

.single-employees .employee_wrap {
    padding-top: 50px;
}

.single-employees .content {
    margin-top: var(--margin-top);
}

.single-employees .content h2,
.single-employees .content h3,
.single-employees .content h4 {
    font-weight: 300;
    display: block;
    margin: 24px 0 16px 0;
}

.single-employees .content p {
    display: block;
}

.single-employees .content h2 {
    font-size: var(--soltech-font-size--headline-h3);
}

.single-employees .content h3 {
    font-size: var(--soltech-font-size--headline-h4);
}

.single-employees .content h4 {
    font-size: 1.2rem;
}

.single-employees .person_company {
    font-size: 1.5rem;
    font-weight: 500;
    padding-bottom: 1rem;
}

.single-employees .content a {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.88px;
    color: var(--soltech-color--violet);
}

.single-employees .image {
}

.single-employees .person_additional p:first-of-type {
    margin-top: 0;
    padding-top: 0;
}

.single-employees .person_name {
    margin-top: 0;
    margin-bottom: var(--margin-top);
    color: var(--soltech-color--violet);
}


.single-employees .person_email, .single-employees .person_role, .single-employees .person_phone {
    padding-bottom: 10px;
}