/* team */
.team-grid { display: flex; flex-wrap: wrap; column-gap: 1.4em; row-gap: 1.4em; }
.team-item { position: relative; overflow: hidden; padding: 20px; transition: .3s ease-out; background: #f5f5f5; flex: 1 1 48%; }
.team-item .team-title { margin: 0; }
.team-item > a { position: absolute; z-index: 2; top: 0; right: 0; left: 0; display: block; width: 100%; height: 100%; cursor: pointer; }
.team-content h3.team-name { margin-bottom: 5px; }
.team-item:hover { transition: .3s ease-out; color: #fff; background: #191919; }
.team-item:hover h3 { color: #fff; }
.single.single-team-member #primary { margin-top: 20px; }
