@media screen and (max-width: 341px) {
  body #our-team .team-members > a:not(.double-width) {
    height: 270px;
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 93%!important;
    -ms-flex: 0 0 93%!important;
    flex: 0 0 93%!important;
    margin: 0px 10px 200px 10px!important;
       justify-content: center;
  }
  body #our-team .team-members>a:not(.double-width) img {
    width: 100%;!important
  }
}

body #our-team {
    background: #f4f4f4;
    padding: 40px 15px;
  }
  
  body #our-team .team-members {
    max-width: 1200px;
    margin: 40px auto 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  body #our-team .team-members .double-width {
    max-height: 227px;
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
    margin: 10px 10px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .team-members img {
    max-width: 100%;
    height: auto;
  }
  body #our-team .team-members > a:not(.double-width) {
    height: 270px;
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 180px;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
    margin: 0px 10px 100px 10px;
  }
  body #our-team .team-members > a:not(.double-width) img {
    position: relative;
    z-index: 2;
  }
  body #our-team .team-members > a:not(.double-width) p {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    background: #fff;
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 0px 0px 25px 25px;
    color: #4E4F51;
    text-transform: uppercase;
    text-align: center;
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
    margin: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  body #our-team .team-members > a:not(.double-width):hover p {
    background: #4E4F51;
    color: #fff;
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.45);
  }