  /*Contact blok*/
#person_map .contactwrap {
    width: 100%;
    border:1px solid #F3F3F3;
    padding: 24px;
    margin-bottom: 30px;
    position:relative;
    box-shadow: 0px 0px 5px #eee;
    background-size: cover;
}
#person_map .contactwrap .title{
    font-family: 'Poppins', sans-serif;
}
#person_map .author-image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
    position: relative;
}
#person_map .author-name {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    line-height: 16px;
}
#person_map .author-function{
    font-size:12px;
    font-family: 'Roboto', sans-serif;
    position: relative;
    top: -10px;
}
#person_map .author-text{
    font-size:12px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 40px;
}
 #person_map .tel:before{
    content: url("/wp-content/uploads/2020/08/phone-1.png");
    position: relative;
    width: 10px;
    height: 10px;
    margin-right: 6px;
    font-size:12px;
  }
 #person_map .email:before{
    content: url("/wp-content/uploads/2020/08/envelope.png");
    position: relative;
    width: 10px;
    height: 10px;
    margin-right: 6px;
    font-size:12px;
  }
  #person_map a{
      color: #000;
  }

 .email a,
 .tel a {
    font-size: 12px;
}