.our-team-wrapper {
  padding: 0 7px;
  min-height: 650px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;  
}

.our-team-wrapper .page-center {
  max-width:718px;
  padding:0 0 45px;
}


.our-team-wrapper .section-title {
  padding: 15px 0 30px;
  line-height: 1.3em;
  margin-bottom: 0.8rem;
  text-align: center;
  color: #fff;
}

.our-team-wrapper .cards {
  display: flex;
  flex-wrap: wrap;
  --wp--style--unstable-gallery-gap:
    var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) );
  gap: var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) );
  align-items: normal;
  margin-bottom: 30px;
}

.our-team-wrapper .cards .card-image {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  -ms-flex-item-align: inherit;
  -ms-grid-row-align: inherit;
  align-self: inherit;
  width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2);
}

.our-team-wrapper .cards .card-image img {
  width: 100%;
  height: auto;
}

.our-team-wrapper .sub-title {
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 36px;
  padding: .82em 0 .8rem;
  margin: 0;
  line-height:1.3em;
}

.our-team-wrapper .button-wrapper {
  display: flex;
  gap: 0.5em;
  flex-wrap: wrap;
  align-items: center;
}

.our-team-wrapper .button-wrapper .btn-wrap {
  display: inline-block;
  margin: 0;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.our-team-wrapper .button-wrapper .btn-wrap a {
  display: inline-block;
  box-shadow: none;
  background-color: #226e8a;
  transition: all .15s ease-in-out;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  border-radius: 0px 0px 0px 0px;
  border: none;
  border-width: 1px 1px 1px 1px;
  padding: 16px 35px 16px 35px;
  font-size: 14px;
  font-weight:600;
  line-height:normal;
}

.our-team-wrapper .button-wrapper .btn-wrap a:hover {
  opacity: .9;
}

@media (min-width:576px) {
  .our-team-wrapper .page-center {
    max-width:962px;    
  }
}

@media (min-width:600px) {
  .our-team-wrapper .cards .card-image {
    width: calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px)*0.83333); 
  }
}

@media (min-width:960px) {
  .our-team-wrapper .page-center {
    max-width:1140px;    
  }

  .our-team-wrapper .button-wrapper .btn-wrap a {
    font-size:16px;
  }
}

@media (max-width:781px) {
  .our-team-wrapper .section-title {
    font-size:27px;
  }
}

@media (max-width: 599px) {
  .our-team-wrapper .cards .card-image {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin: 0 auto;
}








