.custom-team-section {flex-flow: wrap;justify-content: center}
.custom-team-section .member_item .meta_wrap {flex-flow: column;}
.custom-team-section .member_item .meta_wrap .text_wrap{flex-flow: column;}
.custom-team-section .member_item img {display: block;width: auto;margin: 0 auto 10px}
.custom-team-section .member_item {padding: 0 3rem 3rem;width: calc(33% - 2rem)}
.custom-team-section .member_item h4 {text-transform: uppercase;color: var(--heading-color)}

@media screen and (min-width: 768px) and (max-width: 1079px){
  .custom-team-section{gap:30px}
  .custom-team-section .member_item img{max-width:150px;}
  .custom-team-section .member_item{padding: 0;}
}

@media screen and (max-width: 767px){
  .custom-team-section .member_item{width:100%;}
  .custom-team-section .member_item .meta_wrap {gap:1rem;padding-bottom: 1rem;flex-flow: wrap;}
  .custom-team-section .member_item .meta_wrap .text_wrap{flex-flow: column;justify-content: center;}
  .custom-team-section .member_item img{max-width:100px;margin:0;}
  .custom-team-section .member_item{padding: 0 0 1rem 0;}
}