#our-team {
  position: relative;
}
#our-team .body {
  z-index: 11;
  padding: 60px;
  position: relative;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-top: -130px;
  font-weight: 500;
  font-size: 0.8rem;
  right: 0;
}
@media screen and (min-width: 1600px) {
  #our-team .body {
    max-width: 800px;
    margin-top: -160px;
  }
}
@media screen and (max-width: 1200px) {
  #our-team .body {
    max-width: 1200px;
    right: initial;
    margin-top: -100px;
    padding: 60px;
  }
}
@media screen and (max-width: 992px) {
  #our-team .body {
    padding: 30px;
    margin-top: 0;
  }
}
#our-team .container .title {
  margin-top: -50px;
}
@media screen and (max-width: 1200px) {
  #our-team .container .title {
    margin-top: 60px;
  }
}
#our-team .container .tag {
  display: block;
  padding-top: 120px;
  padding-bottom: 60px;
}
@media screen and (max-width: 1200px) {
  #our-team .container .tag {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 992px) {
  #our-team .container .tag {
    padding-top: 30px;
    padding-bottom: 15px;
  }
}
#our-team .flex-row {
  -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
}
#our-team .team-member {
  -ms-flex-preferred-size: auto;
          -webkit-flex-basis: auto;
      flex-basis: auto;
  width: 25%;
  padding-bottom: 20px;
}
#our-team .team-member:nth-child(4n - 3) {
  padding-right: 10px;
}
#our-team .team-member:nth-child(4n) {
  padding-left: 10px;
}
#our-team .team-member:nth-child(4n - 2) {
  padding-left: 5px;
  padding-right: 7.5px;
}
#our-team .team-member:nth-child(4n - 1) {
  padding-left: 7.5px;
  padding-right: 5px;
}
@media screen and (max-width: 992px) {
  #our-team .team-member {
    width: 33.33%;
  }
  #our-team .team-member:nth-child(3n - 2) {
    padding-right: 10px;
    padding-left: 0;
  }
  #our-team .team-member:nth-child(3n) {
    padding-left: 10px;
    padding-right: 0;
  }
  #our-team .team-member:nth-child(3n - 1) {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 767px) {
  #our-team .team-member {
    width: 50%;
  }
  #our-team .team-member:nth-child(odd) {
    padding-right: 5px;
    padding-left: 0;
  }
  #our-team .team-member:nth-child(even) {
    padding-left: 5px;
    padding-right: 0;
  }
}
@media screen and (max-width: 540px) {
  #our-team .team-member {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
#our-team .team-member .picture {
  height: 0;
  padding-top: 65%;
  position: relative;
}
#our-team .team-member .picture img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#our-team .team-member .profile {
  margin-top: -2px;
  padding: 20px 10px;
  min-height: 185px;
  text-align: center;
}
@media screen and (min-width: 1600px) {
  #our-team .team-member .profile {
    min-height: 210px;
  }
}
@media screen and (max-width: 992px) {
  #our-team .team-member .profile {
    min-height: 165px;
  }
}
@media screen and (max-width: 540px) {
  #our-team .team-member .profile {
    min-height: 0;
  }
}
#our-team .team-member .profile .name,
#our-team .team-member .profile .job_title {
  display: block;
}
#our-team .team-member .profile .name {
  font-size: 0.9rem;
  font-weight: 500;
}
#our-team .team-member .profile .job_title {
  margin-top: -5px;
  font-size: 0.7rem;
}
#our-team .team-member .profile .areas {
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          -webkit-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
}
#our-team .team-member .profile .areas .area {
  -ms-flex-preferred-size: 48%;
          -webkit-flex-basis: 48%;
      flex-basis: 48%;
  font-size: 0.8rem;
  font-weight: 500;
  padding: 0 6px;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (min-width: 1600px) {
  #our-team .team-member .profile .areas .area {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 1200px) {
  #our-team .team-member .profile .areas .area {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 992px) {
  #our-team .team-member .profile .areas .area {
    font-size: 0.8rem;
  }
}
#our-team .team-member .profile .areas .area.even {
  text-align: left;
  margin-left: -3px;
  padding-right: 0;
}
#our-team .team-member .profile .areas .area.odd {
  text-align: right;
  margin-right: -3px;
  padding-left: 0;
}
#our-team .team-member .profile .areas .area.center {
  -ms-flex-preferred-size: 100%;
          -webkit-flex-basis: 100%;
      flex-basis: 100%;
  text-align: center;
}
#our-team .team-member .profile .areas .divider {
  display: inline-block;
  height: 15px;
  width: 1px;
  background-color: #FFF;
  margin: 0 2px;
}
#our-team .team-member .profile .email,
#our-team .team-member .profile .linkedin {
  display: inline-block;
  padding-top: 20px;
  padding-right: 10px;
  padding-left: 10px;
}
#our-team .team-member.no-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          -webkit-justify-content: space-between;
          justify-content: space-between;
}
#our-team .team-member.no-image .profile {
  height: 50%;
  margin-top: 0;
  min-height: 0;
}
#our-team .team-member.no-image .profile.marg-bottom {
  margin-bottom: 10px;
}
#our-team .team-member.no-image .profile.marg-top {
  margin-top: 10px;
}
#our-team .team-member.no-image:last-child .profile:last-child.marg-bottom {
  height: initial;
  margin-bottom: -10px;
}
