.breadcrumb-div{
  padding: 1rem 0rem;
}

.breadcrumb-div .breadcrumb{
  margin-bottom: 0;
}

.team-hero-section .col-md {
  background-color: #EFEBFF;
  border-radius: 16px;
  padding: 2rem;
  position: relative;
}

.team-hero-section .astrik {
  font-size: 80px;
  font-weight: 700;
  font-family: manrope;
  line-height: 60px;
  color: #98A2B3;
}

.team-hero-section h1 {
  font-size: var(--font-size-24);
  font-weight: 700;
  margin-bottom: 1rem;
}

.team-hero-section p {
  font-size: var(--font-size-16);
  color: #000000;
  opacity: .4;
  margin-bottom: 1rem;
  width: 800px;
  font-family: manrope;
}
.team-hero-section .col-md .risk-top-img {
  position: absolute;
  right: 30px;
  bottom: 0;
}

.team_members {
  padding: 40px 0rem 16px;
}

.team_members .card{
  font-family: manrope;
  border-radius: 16px;
  padding: 24px;
  border: 1px solid rgba(242, 244, 247, 1);
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.06);

}

.team_members .card .member-image img {
  border-radius: 8px;
  height: 300px;
  width: 100%;
} 
.team_members .card h5{
  font-size: var(--font-size-20);
  font-weight: 600;
  color: rgba(16, 24, 40, 1);
  margin-top: 1.2rem;
  margin-bottom: 0;
}

.team_members .card .designation-text{
  font-size: var(--font-size-14);
  font-weight: 400;
  color: rgba(71, 84, 103, 1);
  text-align: justify;
  line-height: 19.12px;
  margin-bottom: 16px;
  margin-top: 16px !important;
}

.team_members .card a{
  color:#D57BC8;
  font-size: var(--font-size-16);
  font-weight: 600;
  cursor: pointer;
  transition: 1s all ease-out;
}

.team_members .card a:hover{
  color:#D57BC8; 
  transition: 1s all ease-out;
}

.team_members .card a:hover .right-arrow {
  margin-left: 10px;
  transition: 1s all ease-out;
}

.right-arrow {
  height: 20px !important;
  width: 8px;
  margin-top: -3px;
  margin-left: 5px;
  filter: invert(80%) sepia(26%) saturate(1924%) hue-rotate(275deg) brightness(90%) contrast(83%);
}

.bio-button{
  margin: 0rem !important;
}
.team_opening_banner {
  padding: 0rem 0rem 3rem;
  position: relative;
}
.team_opening_banner h2{
  font-size: var(--font-size-42);
  font-weight: 400;
  color: #1D2939;
}

.team_opening_banner p{
  font-size: var(--font-size-16);
  font-weight: 400;
  color:#667085; 
  font-family: manrope;
  margin-top: 24px;
  margin-bottom: 48px;
}

.team_opening_banner .btn-dark{
  font-size: var(--font-size-16);
  font-family: manrope;
  font-weight: 600;
  padding: 14px 24px 14px 24px;
  border-radius: 8px;
  background-color: #1D2939;
}

.team-bottom-img{
  position: absolute;
  bottom: 0;
  right: 40px;
}
.individual-team-memebrs {
  background-color: #EFEBFF;
  padding: 1.5rem 1rem;
  border-radius: 16px;
}
.team-member-img {
  width: 170px;
  height: 170px;
  border-radius: 50%;
}


.members_name{
  font-size: var(--font-size-24);
  color:#101828;
}
.designation{
  font-size: var(--font-size-16);
  font-weight: 400;
  color:#101828;
  font-family: manrope;
  margin-top: .5rem !important;
  margin-bottom: .5rem;
}

.designation-box{
  margin-left: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
}

.members_headline{
  color: #475467;
  z-index: 100;
}

.team-ellipse{
  position: absolute;
  bottom: 0px;
  right: 94px;
}

.team-bio{
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.members_bio{
  color: #344054;
  line-height: 34px;
  font-size: var(--font-size-18);
}


.designation-text{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}



@media screen and (max-width:768px) {
  .team-hero-section p {
    width: 300px;
}

.individual-team-memebrs {
  background-color: #EFEBFF;
  padding: 1.5rem 1rem;
  border-radius: 16px;
}


}