.team_module .team_flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex !important;
  flex-flow: row wrap !important;
  -moz-flex-flow: row wrap !important;
  -webkit-flex-flow: row wrap !important;
  -o-flex-flow: row wrap !important;
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
}
.team_module .team_flex-item {
  flex-basis: 25%;
  -moz-flex-basis: 25%;
  -webkit-flex-basis: 25%;
  -o-flex-basis: 25%;
}
.team_module-box {
  background-color: #fff;
  border: 1px solid #eef0f2 !important;
  margin: 10px;
  padding: 20px 20px;
  box-shadow: 1px 1px 8px 0px #f1ebeb !important;

}
.team_module-box:hover {
  box-shadow: 0 3px 20px #dee0e2 !important;
  cursor: pointer !important;
  border: 1px dashed #f6115a !important;
}
.team-author_image,
.team_module-content {
  display: block;
  float: none;
  margin: 0 auto;
}
.team_module-content {
  text-align: center;
}
.team-author_name {
  font-weight: 700;
  margin: 20px 0 5px;
  text-transform: capitalize !important;
}
.team-author_desig {
  font-size: 16px;
  margin-bottom: 20px;
}
.team-author_icon svg {
  height: 20px !important;
  padding: 0 10px;
  width: 20px !important;
}
@media screen and (max-width: 990px) {
  .team_module .team_flex-item {
    flex-basis: 33.33%;
    -moz-flex-basis: 33.33%;
    -webkit-flex-basis: 33.33%;
    -o-flex-basis: 33.33%;
  }
  .team_module-box {
    margin: 15px !important;
  }
}
@media screen and (max-width: 768px) {
  .team_module .team_flex-item {
    flex-basis: 50%;
    -moz-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    -o-flex-basis: 50%;
  }
}
@media screen and (max-width: 551px) {
  .team_module .team_flex-item {
    flex-basis: 100%;
    -moz-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    -o-flex-basis: 100%;
  }
}
ul.team-icon {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
ul.team-icon li {
  display: inline-block;
  padding: 0 5px;
}
ul.team-icon i.fa {
  background-color: #fff !important;
  border: 1px solid #d4d9de !important;
  height: 40px;
  padding: 11px 12px !important;
}
ul.team-icon i.fa:hover {
  color: #fff !important;
  cursor: pointer;
}
.team_module .team_module-box .border-image {
  border-radius: 3px;
}
.team_module .team_module-box .team_image {
  float: none;
  margin: 0 auto;
}
.team_module .team_module-box .team-author_image {
  transition: 0.3s;
  max-width: 100%;
  object-fit: cover;
  object-position: top;
  padding: 10px;
  border-radius: 13px;
}

.team_module .team_module-box .team-author_image:hover{
    transform: scale(1.1);
}
