.hstm-wrapper {
  padding-bottom: 20px;
   overflow-x: hidden;
}
.hstm-wrapper .hstm_item .hs_main_row {
  display: flex;
  flex-wrap: wrap;
}
.hstm-wrapper .hstm_item.right .hs_main_row {
  flex-direction: row-reverse;
}
.hstm-wrapper .hstm_img_wrap {
  font-size: 16px;
  padding-top: 10px;
  position: relative;
}
.hstm-wrapper .hstm_img {
  display: block;
  float: none;
  width: auto;
  margin: 0 0 12px;
  text-align: center;
  position: relative;
  max-width: 320px;
  line-height: 0;
  border-radius: 32px;
  overflow: hidden;
}
.hstm-wrapper .et_pb_team_member_description {
  position: relative;
  vertical-align: top;
  display: block;
}
.hstm-wrapper .et_pb_member_social_links {
  margin: 0;
  margin-top: 20px;
  line-height: 26px;
  text-align: center;
  list-style: none;
  padding: 0;
}
.hstm-wrapper .et_pb_member_social_links li {
  display: inline-block;
  margin-right: 15px;
}
.hstm-wrapper .et_pb_member_social_links a {
  font-weight: normal;
  display: inline-block;
  position: relative;
  color: #b2b2b2;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  transition: color 300ms ease 0s;
  font-size: 18px;
  transition: color 300ms ease 0ms;
  color: #aaaaaa;
}
.hstm-wrapper .et_pb_member_social_links a:hover {
  color: #ee6130!important;
}
.hstm-wrapper .et_pb_member_social_links a:before {
  text-shadow: 0 0;
  font-family: "ETmodules" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-transform: none;
  speak: none;
}
.hstm-wrapper .db_pb_team_member_email_icon:before {
  content: "\e010";
}
.hstm-wrapper .et_pb_twitter_icon:before {
  content: "\e094";
}
.hstm-wrapper .et_pb_linkedin_icon:before {
  content: "\e09d";
}
.hstm-wrapper .hstm_brdr {
  border-top: 1px solid #cccccc;
  padding-top: 6px;
  margin-top: 8px;
}
.hstm-wrapper .hstm_item:last-child .hstm_img {
  max-width: 100%;
}
.hstm-wrapper .hstm_item:last-child .hstm_img_wrap {
  padding: 0;
}

@media (max-width: 980px) {
  .hstm-wrapper .hstm_left,
  .hstm-wrapper .hstm_right {
    width: 100%;
  }
  .hstm-wrapper .hstm_left {
    margin-bottom: 30px;
  }

}

@media (max-width: 980px) and (min-width: 768px) {

  .hstm-wrapper .hstm_img {
    float: left;
    width: 280px;
    margin: 0 30px 0 0;
    text-align: left;
  }
  .hstm-wrapper .et_pb_team_member_description {
    display: table-cell;
  }
  
}

@media (min-width: 981px) {
  .hstm-wrapper .hstm_left {
    width: 20.875%;
    margin-right: 5.5%;
  }
  .hstm-wrapper .hstm_right {
    width: 73.625%;
  }
  .hstm-wrapper .hstm_item.right .hstm_left {
    margin-right: 0;
  }
  .hstm-wrapper .hstm_item.right .hstm_right {
    margin-right: 5.5%;
  }
  
  .hstm-wrapper .hstm_item:last-child .hstm_left {
    width: 31.333%;
    margin-right: 3%;
  }
  .hstm-wrapper .hstm_item:last-child .hstm_right {
    width: 65.667%;
  }
  .hstm-wrapper .hstm_item.right:last-child .hstm_left {
    margin-right: 0;
  }
  .hstm-wrapper .hstm_item.right:last-child .hstm_right {
    margin-right: 3%;
  }


}