.node__content .body {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .node__content .body {
    margin-top: 80px;
  }
}
.node__content .body .member-profolio .com-grid {
  justify-content: left;
}
.node__content .body .member-profolio .com-grid .col:first-child {
  width: 33.3333%;
}
.node__content .body .member-profolio .com-grid .col:last-child {
  width: 66.6667%;
}
.node__content .body .member-profolio .member-photo img {
  width: 100%;
  display: block;
}
.node__content .body .member-profolio .member-job-position {
  margin-bottom: 10px;
}
.node__content .body .member-profolio .member-linkedin-profile a:hover {
  text-decoration: underline;
}/*# sourceMappingURL=member.css.map */