.header_section h2 {
  color: #16171D
}

.team_feature_grid-lead {
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
    grid-gap: 1rem;
}

.team_feature_grid_individual-lead {
  display: flex !important;
  flex-direction: column;
  width: 23.5%;
  border-radius: .5rem;
  overflow: hidden;
}

.team_feature_grid_text {
    height: 140px;
    padding: 15px;
      justify-content: space-between;
}

.team_feature_grid_icons {
  display: flex;
  flex-direction: row;
}

.team_feature_grid_icon_indiv {
    margin-right: 1rem;
  max-width: 100%;
  height: auto;
      justify-content: space-between;
  
}

.team_feature_grid_text_indiv {
  display: flex;
        justify-content: space-between;    
  flex-direction: column;
      
}

.team_feature_grid_headshot, .team_feature_grid_headshot img {
  height: 198px;
      object-position: bottom center;
}

.team_feature_title p {
  color: #bcfc07;
}

@media only screen and (max-width: 992px) {
  .team_feature_grid_individual-lead {
    width: 31%;
  }
}
  

@media only screen and (max-width: 767px) {
  .team_feature_grid_individual-lead {
    width: 100%;
    margin-left: 0px;
    padding-left: 0px;
  }
  
  .team_feature_grid_text {
    height: 140px;
  }
  
.team_feature_grid-lead
      justify-content: space-between;
}
}