.ourteam ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.ourteam ul li {
  margin:0px;
  display: inline-block;
  float: left;
  width: 33.3333%;
  padding: 20px 30px;
  vertical-align: top;
  max-height: 351px;
  text-align: center;
}

.ourteam ul li .imglink img {
  max-width: 160px;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  display: block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid #F1F1F2;
  margin-bottom: 20px;
}

.ourteam ul li .tm_title {
  text-transform: uppercase;
  font-size: 130%;
  letter-spacing: .05em;
  font-weight: 700;
  color: #D23928;
}

.ourteam ul li .tm_designation {
  margin-bottom: 30px;
  font-size: 82%;
}

.ourteam ul li a.tm_btn {
  font-weight: 700;
  font-size: 80%;
  padding: 8px 15px 8px 30px;
  margin-bottom: 20px;
  background: #799FC5;
  display: inline-block;
  position: relative;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: .1em;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.ourteam ul li a.tm_btn:before {
  content: "";
  left: 10px;
  position: absolute;
  top: 12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #002538;
}


@media (max-width: 767px){
  .ourteam ul li{
    width: 100%;                  
    clear: both;
  }
}