.team-item {
  padding   : 25px;
  text-align: center;
}

.team-item img {
  width        : 80%;
  margin-bottom: 30px;
  border       : 5px solid;
  border-color : palegoldenrod;
  /* bootstrap shadow*/
  box-shadow   : 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* teams Section */

#teams i {
  color        : #e6e6e6;
  font-size    : 32px;
  margin-bottom: 20px;
}

.team {
  position: relative;
  padding : 20px;
}

.team-image {
  float       : left;
  margin-right: 15px;
}

.team-image,
.team-image img {
  display      : block;
  width        : 64px;
  height       : 64px;
  border-radius: 50%;
}

.team-content {
  /* position  : relative; */
  overflow  : hidden;
  align-self: center;
  text-align: center;
}

.team-content h3 {
  text-transform: uppercase;
  color         : #4821b4;
  font-weight   : 500;
}

.team-content h6 {
  font-variant: small-caps;
}

.team-content p {
  margin-top   : 30px;
  margin-left  : 15px;
  text-align   : left;
  /* font-style: italic; */
}

.team-content span {
  margin-top  : 10px;
  font-size   : 15px;
  font-weight : 700;
  color       : #666;
  font-variant: small-caps;
}

.team-item p {
  text-align: left;
}

.col-md-12 .team-item img {
  width: 25%;
}

@media (max-width: 768px) {
  .col-md-12 .team-item img {
    width: 80%;
  }

  .team-content p {
    text-align: center;
  }
}