.line-heading.team-heading::before,
.line-heading.team-heading::after {
  width: 300px;
}
.team-heading::before {
  top: 55%;
  left: 0%;
}
.team-heading::after {
  top: 55%;
  right: 0%;
}
.team-members-each h3 {
  font-size: 22px;
  font-family: "gilroy-extrabold";
}

.blue-bg-overlay {
    position: absolute;
    left: auto;
    top: 0px;
    left: 56px;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    /* max-width: 50%; */
    /* min-width: 46%; */
    border-bottom-left-radius: 10px;
    background-image: url(https://abneducation.presstigers.dev/assets/frontend/images/team-bg.png);
    background-repeat: no-repeat;
    background-position: left top;
    transform: scale(1.2);
    background-size: contain;
}


@media screen and (min-width: 992px) and (max-width: 1400px) {
  .line-heading.team-heading::before,
  .line-heading.team-heading::after {
    width: 240px;
  }
  .blue-bg-overlay{
    left: 40px;
    top: 15px;
  }
}
@media screen and (max-width: 992px) {
  .team-members-each h3 {
    font-size: 18px;
    font-family: "gilroy-bold";
  }
  .blue-bg-overlay{
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .profile-image img {
    width: 100%;
    height: auto;
  }
}
