/* variables */
/*** ABOUT PAGE ***/
.about-team {
  margin: 60px auto;
}
@media (min-width: 992px) {
  .about-team {
    position: relative;
    margin: 120px auto;
  }
}

@media (min-width: 992px) {
  .about-team-img {
    position: absolute;
    top: 0;
    right: -60px;
    z-index: 2;
    margin-top: -70px;
  }
}

.about-team-intro {
  margin-top: 80px;
}
@media (max-width: 992px) {
  .about-team-intro {
    padding: 0 20px;
  }
}
@media (min-width: 992px) {
  .about-team-intro {
    padding: 0 60px;
  }
}

.about-team-intro_title {
  margin-top: 30px;
  margin-bottom: 50px;
}

.about-image {
  height: 350px;
  margin-top: 0;
  margin-bottom: 80px;
  margin-top: 20px;
  margin-bottom: 20px;
  width: auto;
}

@media (max-width: 576px) {
  .profile-padding {
    margin-left: 20%;
  }
}
@media (min-width: 577px) and (max-width: 768px) {
  .profile-padding {
    margin-left: 30%;
  }
}

.name-and-position-wrap {
  height: 150px;
  display: table-cell;
  vertical-align: bottom;
}

.name-and-position {
  position: relative;
  width: 200px;
  margin-bottom: 20px;
  padding: 20px 0 10px;
}
.name-and-position:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 80px;
  height: 4px;
}
.name-and-position:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 80px;
  height: 4px;
}

.name {
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
}

.position {
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
}

/*# sourceMappingURL=generic.css.map */
