:root {
  --brand: #01b5fb;
  --sub: #6ac754;
  --body: #516171;
  --border: rgba(0,0,0,0.08);
  --shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
}


.name-details{
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.name-details h4{
  text-align: center;
}

.name-details p span{
  font-size: 14px;
}
/* .name-details div{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
} */

.name-detail{
  height: 165px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}