p {
  text-align: justify;
}
.multi-social i.fa-instagram {
  /* --theme-color: #8a3ab9; */
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

.team-details .team-content-card {
  position: none;
  bottom: 0;
  top: -120px;
}
.team-content-card {
  --border-gap: 15px;
  padding: 20px 25px 20px 20px;
  border-radius: 30px;
}

.team-content-card .team-desig {
  display: block;
  margin-bottom: 17px;
  color: var(--theme-color);
  font-size: 20px;
}
.team-details .team-content-card {
  position: unset;
  bottom: 0;
}
.teacher-img{
  float:left;
  width:250px;
  margin:0 20px 20px;
  border-radius: 30px;
}
.teacher-name{
  font-family: var(--title-font);
  color: var(--title-color);
  text-transform: none;
  font-weight: 700;
  line-height: 1.208;
  margin: 0 0 15px 0;
  font-size: 40px;
  margin-bottom: 0;
}
.team-card .team-img:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: var(--theme-color);
    top: 0;
    left: 0;
    z-index: 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s ease-in-out;
}
