.team_wrap {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
}

.team_wrap > h1 {
  margin: 0 0 20px 0;
  line-height: 40px;
}

.team_wrap > h2 {
  margin: 0 0 18px 0;
  line-height: 36px;
}

.team_wrap .columns {
  margin: 30px -15px;
  font-size: 0;
}

.team_wrap .col {
  display: inline-block;
  margin: 0 0 20px;
  font-family: 'Open Sans', Helvetca, Arial, sans-serif;
  font-size: 13px;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 20px;
  padding: 0 15px;
}

.team_wrap .col3 {
  width: 33.333%;
  line-height: 0;
}

.team_wrap .col23 {
  width: 66.667%;
}

.team_wrap .col3 img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.team_wrap .col23 h2 {
  font-weight: 400;
  line-height: 36px;
  letter-spacing: -0.01em;
  margin: 0 0 18px 0;
}

.team_wrap .col23 h4 {
  margin: 0 0 14px 0;
  padding: 0;
  color: #333;
  font: bold 18px 'Open Sans', Helvetca, Arial, sans-serif;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0;
}

.team_wrap .col23 p {
  font-size: 16px;
  color: #777;
}

.team_wrap .col23 a.btn {
  display: inline-block;
  height: 34px;
  padding: 0 13px;
  background: #70c14a;
  color: #fff;
  font: 14px 'Open Sans', Helvetca, Arial, sans-serif;
  line-height: 34px;
  text-decoration: none;
  border: none;
  text-transform: capitalize;
  border-radius: 2px;
  margin-right: 4px;
  transition: all 0.15s ease-out 0s;
}

.team_wrap .col23 a.btn.green {
  background: #70c14a;
}

.team_wrap .col23 a.btn.large {
  height: 46px;
  line-height: 46px;
  font-weight: bold;
  padding: 0 21px;
  box-shadow: 0 2px 0 0 rgb(0 0 0 / 8%);
  text-transform: uppercase;
}

.team_wrap .col23 a.btn.green:hover {
  background: #61b23b;
}
.team_wrap .col23 a.btn.blue {
  background: #4983c4;
  height: 46px;
  line-height: 46px;
  font-weight: bold;
  padding: 0 21px;
  box-shadow: 0 2px 0 0 rgb(0 0 0 / 8%);
  text-transform: uppercase;
}

.team_wrap .col23 a.btn.blue:hover {
  background: #2f69aa;
}
.team_wrap .columns .col__7 {
  margin-bottom: 38px;
}
.team_wrap .columns .col__8 hr.gap {
  display: none;
}


@media (max-width: 940px) { 
  .team_wrap .col {
    padding: 0 10px;
  }  
  .team_wrap .columns {
    margin: 30px -10px;
  }
} 
@media (max-width: 800px) {  
  .team_wrap .col {
    width: 50%;  
  }  
  .team_wrap .col3 { 
    width: 50%;
  }
  .team_wrap .col23 { 
    width: 50%;
  }
  .team_wrap .col23 a.btn.blue {
    margin-top: 10px;
  }


} 

@media (max-width:600px) {
  .team_wrap .col { 
    width: 100%;
  }  
  .team_wrap .col3 {
    width: 100%;
  }
  .team_wrap .col23 {
    width: 100%;
  }

}

@media (max-width: 400px) {


}




