@media(max-width:767px){
  .breadcrumb-div {
    padding: 1rem 1.5rem;
}
  .astrik{
    display: none;
  }
  .team-hero-section h4 {
    font-size: var(--font-size-16);
    font-weight: 600;
}
.team-hero-section .col-md {
  padding: 24px;
}
.team-hero-section p {
    width: 298px;
}
.team-hero-section .col-md .risk-top-img {
  position: absolute;
  right: 30px;
  bottom: 0;
  width: 64px;
  height: 64px;
}
.team-hero-section .row{
  padding: 0px 16px;
}
.separate_team_members .row {
    padding: 1rem 0.5rem  4rem!important;
}
.img-member-section{
  margin-top: -4rem;
}
.team-member-img{
  width: 120px;
  height: 120px;
}
.team_members .card .member-image img {
  border-radius: 8px;
  height: 120px;
  width: 100px;
}
.team_members .team_portfolio_banner img {
  left: 0px;
  height: 148px !important;
}

.team_members h2{
  font-size: var(--font-size-24);
}

.team_members .card h5 {
  font-size: var(--font-size-18);
  margin-bottom: 8px;
  margin-top: 0;
}

.team_members .card .designation-text {
  font-size: var(--font-size-12);
  margin-top: 0rem !important;
  overflow: hidden;
  max-width: 97ch;
  text-overflow: ellipsis;
  height: 54px;
  display: -webkit-box;
  max-width: 200px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  }
  .team_members .card {
    display: flex;
    flex-direction: row;
}

.team-info{
  margin-left: 12px;
}
.right-arrow {
  height: 10px !important;
  margin-top: -1px;
}
.team_members .card a {
  font-size: var(--font-size-14);
}
.team_opening_banner h2 {
  font-size: var(--font-size-20);
  font-weight: 600;
}
.team_opening_banner p {
  font-size: var(--font-size-16);
  margin-top: 16px !important;
  margin-bottom: 40px;
  writing-mode: 300px;
}
.team_opening_banner .btn-dark {
  width: 100%;
  z-index: 10;
  position: relative;
}
.team-bottom-img {
  z-index: 1;
  position: absolute;
  bottom: 0px;
  right: -4px;
  width: 207px;
  height: 123px;
}


.individual-team-memebrs .col-md-6 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: left;
}
.members_name {
  font-size: var(--font-size-16);
}
.designation-box {
  margin-left: 2rem;
  display: flex;
  flex-direction: column;
}
.team-member-img {
  width: 125px;
  height: 98px;
}
.team-ellipse {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%);
}
.designation {
  font-size: var(--font-size-12);
}
.members_headline {
  font-size: var(--font-size-16);
  text-align: center;
}

.individual-team-memebrs{
  margin: 0px 8px;
}

.team-bio {
  margin-top: 40px;
  margin-bottom: 40px;
}
.members_bio {
  color: #344054;
  line-height: normal;
  font-size: var(--font-size-14);
  padding: 0px 12px;
}
}