.cm-team .wow {
  visibility:hidden
}
.cm-team > h2 {
  color: #003E7E;
  font-family: "Lato", Sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
  padding: 0;
  margin-bottom: 44px;
  text-align: center;
  margin-top: 10px;
}

.cm-team > h2 img {
  max-height: 50px;
}

.cm-team > p {
  text-align: center;
  color: #003E7E;
  font-family: "Lato", Sans-serif;
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 40px;
}

.cm-team .cm-members {
  display: flex;
  flex-wrap: wrap;
}

.cm-team  .cm-item {
  width: 100%;
  max-width: 50%;
  padding: 10px;
  text-align: center;
}

.cm-team .cm-item figure {
  margin: 0 auto 15px;
  width: 50%;
}

.cm-team .cm-item h3 {
  margin-bottom: 3px;
  color: #003E7E;
  font-family: "Lato", Sans-serif;
  font-weight: 600;
}

.cm-team .cm-item p {
  color: #003E7E;
  font-family: "Lato", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
}

.cm-team .cm-item  .cm-links {
  text-align: center;
}

.cm-team .cm-item  i.fab {
  color: #003E7E;
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  width: 20px;
  height: 20px;
  position: relative;
  display: block;
}

.cm-team .cm-item .cm-links a {
  border: 3px solid #003E7E;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  width: 40px;
  height: 40px;
  font-size: 20px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.cm-team .cm-item .cm-links a:hover {
  transform: scale(0.9);
  border-color: #003E7E;
  opacity: .9;
  color: #fff;
}

@media (max-width:767px) {
  .cm-team  .cm-item {
    max-width: 100%;
  }
  .cm-team > h2, .cm-team > p {
    padding-left:10px;
    padding-right:10px;
  }