.custom-list-item {
    position: relative;
    padding-left: 2rem;
    list-style-type: none;
    margin: 20px 0;
}

.custom-list-item::before {
    content: url(../../../../public/images/bullet-list.png);
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 25px;
    background-size: 100% 100%;
}
.member-description-item{
    position: relative;
    padding-left: 2rem;
    list-style-type: none;
    margin: 20px 0;
}
.member-description-item::before{
    content: url(../../../../public/images/bullet-list.png);
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 25px;
    background-size: 100% 100%;
}
.subtitle {
    white-space: pre-line; /* Preserve newline characters and wrap text */
}
/* .partnerlogoWrapper .section-title h2{
    color: #fff;
}
.partnerlogoWrapper .section-title p{
    color: #fff;
} */
.partnerlogoWrapper .section-title {
    p {
      color: #000000;
    }
  
    h2 {
      color: #334069;
      /* font-size: 3rem; */
  
      /* @media(max-width:640px){
        font-size: 35px;
      } */
  
    }
  }
  .team-card {
    background: #F7F8FA;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px 0px 0px inset;
    padding: 10px;
    width: 100%;
    height: 100%;
}