.team-boxed {
  color: #313437;
  /*background-color: #eef4f7;*/
}

.team-boxed p {
  color: #7d8285;
}

.team-boxed .people {
  padding: 20px 0;
}

.team-boxed .item {
  text-align: center;
}

.team-boxed .item .box {
  text-align: center;
  padding: 20px;
  background-color: #fff;
  margin-bottom: 30px;
}

.team-boxed .item .name {
  font-weight: bold;
  margin-top: 28px;
  margin-bottom: 8px;
  color: inherit;
}

.team-boxed .item .title {
  text-transform: uppercase;
  font-weight: bold;
  color: #d0d0d0;
  letter-spacing: 2px;
  font-size: 13px;
}

.team-boxed .item .description {
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 20px;
}

.team-boxed .item img {
  max-width: 200px;
}

.fas.fa-circle {
  font-size: 6px;
}

.senkatech-modal {
  background: #f3f3f3;
  max-height: 450px;
  overflow: scroll;
}

