
#jobs .jobsCntr {
    width: 100%;
    border:1px solid #F3F3F3;
    margin-bottom: 30px;
    position:relative;
    box-shadow: 0px 0px 5px #eee;
}
#jobs .jobWrap {
    padding: 20px 24px 15px 24px;
    border-bottom: 1px solid #D8D8D8;
}
#jobs .jobsCntr .jobWrap:before{
    content: url("/wp-content/uploads/2020/08/arrowright.svg");
    display: block;
    position: absolute;
    right: 24px;
    bottom: 10px;
  }
#jobs h4{
    font-size:16px;
    font-family: 'Poppins', sans serif;
    line-height: 24px;
    font-weight: 600;
}
#jobs h4 .job-function{
    color:#4B92BF;
    text-transform: lowercase;
    word-wrap: break-word;
}
#jobs .personWrap {
    padding: 24px; 
}
#jobs .person-quote {
    padding: 10px 0 30px;
}
#jobs .job-usp .function,
#jobs .job-usp .hours,
#jobs .job-usp .location {
    font-size: 12px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
}
#jobs .job-usp .function:before {
    content: url("/wp-content/uploads/2020/09/work.svg");
    position: relative;
    width: 10px;
    height: 10px;
    margin-right: 15px;
    font-size:12px;
}
#jobs .job-usp .hours:before {
       content: url("/wp-content/uploads/2020/09/clock.svg");
    position: relative;
    width: 10px;
    height: 10px;
    margin-right: 15px;
    font-size:12px;
}
#jobs .job-usp .location:before {
   content: url("/wp-content/uploads/2020/09/marker.svg");
    position: relative;
    width: 10px;
    height: 10px;
    margin-right: 15px;
    font-size:12px;
}


#jobs .author-image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
    position: relative;
}
#jobs .author-name {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    line-height: 16px;
}
#jobs .author-function{
    font-size:12px;
    font-family: 'Roboto', sans-serif;
    position: relative;
    top: -10px;
}
#jobs .person{
    position: relative;
}
.jobscontact .contactwrap {
    margin-top: 64px;
}

