.our-team-gp .our-team-top h3 {
  font-size: 40px;
  padding-top: 15px;
  margin-bottom: 14px;
}
.our-team-gp .our-team-top p {
  font-size: 20px;
  color: #172f5e!important;
  line-height: 1.3em;
  text-align: center;
}
.our-team-gp .our-team-bottom-inner {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.our-team-gp .items{
  background-color: #ffffff;
  border-color: #f2f2f2;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  float:left;
}

.our-team-gp .top-text h3 a {
  color: inherit;
}
.our-team-gp .top-text p {
  font-size: 20px;
  color: #172f5e;
  line-height: 1.3em;
  text-align: center;
}
.our-team-gp .top-text {
  text-align: center;
}

.our-team-gp .item-txt {
  font-size: 14px;
  color: #011936;
  line-height: 1.5em;
  padding-right: 0px;
  margin-bottom: 5px;
}

.our-team-gp .img {
  display: block;
  width: auto;
  margin: 0 0 12px;
  text-align: center;
  border: 2px #eaeeef solid;
}
.our-team-gp .img img {
  vertical-align: middle;
}
.our-team-gp .dec h2 {
  font-size: 24px;
}
.our-team-gp .et_pb_member_position {
  text-transform: uppercase;
  font-size: 15px;
  color: #011936;
  line-height: 1.3em;
  padding-bottom: 11px !important;
}
.our-team-gp .et_pb_member_social_links {
  padding: 0;
  list-style: none;
  margin: 10px 0 00;
  line-height: 26px;
}
.our-team-gp .et_pb_member_social_links li {
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 4px;
  line-height: 1.2em;
}
.our-team-gp .et_pb_member_social_links a {
  display: inline-block;
  font-size: 16px;
  position: relative;
  text-align: center;
  -webkit-transition: color .3s ease 0s;
  transition: color .3s ease 0s;
  color: #ed7747;
  text-decoration: none;
}
.our-team-gp .et_pb_twitter_icon:before {
  content: "\E094";
}
.our-team-gp .et_pb_member_social_links span {
  display: none;
}
.our-team-gp .et_pb_linkedin_icon:before {
  content: "\E09D";
}
.our-team-gp .our-team-bottom .content-wrapper {
  padding-bottom: 0;
}
.our-team-gp .top-text h5 {
  font-size: 20px;
  color: #172f5e;
  line-height: 1.3em;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.our-team-bottom-inner .accordion-content {
  padding-bottom: 10px;
}
@media (min-width: 981px){
  .our-team-gp .items {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom:2%;
  }
  .our-team-gp .two_column .items:nth-child(2n) {
    margin-right: 0;
  }
  .our-team-gp .three_column .items {
    width: 31.3333%;
  }
  .our-team-gp .three_column .items:nth-child(3n) {
    margin-right: 0;
  }
  .our-team-gp .our-team-bottom-inner.four_column .items {
    width: 22.75%;
    margin-right: 3%;
  }
  .our-team-gp .our-team-bottom-inner.four_column .items:nth-child(4n) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 1350px){
  .our-team-gp .items {
    margin-bottom:27px;
  }
}

@media (max-width: 980px){
  .our-team-gp .items{
    margin-bottom:30px;
    width:100%;
  }
  .our-team-gp .img {
    display: inline-block;
    width: auto;
    margin: 0 30px 12px 0;
    text-align: left;
    max-width: 320px;
  }
}