.ppl_banner{
    margin-bottom: 1.5rem;
  }
  .ppl_ico_title{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem!important;
  }
  .ppl_ico_title img{
    width: 20px;
    margin-right: 5px;
  }
  .ppl_ico_title span{
    font-size: 12px;
    color: #4E687B;
    font-weight: 400;
    text-transform: uppercase;
  }
  .ppl_list_container{
    /* margin-top: 10px; */
  }
  .ppl_socil_wrp{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ppl_socil_wrp img{
    width: 30px;
    margin: 0px 10px;
  }
  .ppl_cards{
    box-shadow: 0px 15px 28px -13px #00000038;
    border-radius: 10px;
  }
  .ppl_cards figcaption{
    padding: 10px;
  }
  .ppl_cards figcaption h4{
    font-size: 20px;
    color: black;
    font-weight: normal;
    text-align: center;
    margin-bottom: 20px;
  }
  .ppl_cards figcaption h5{
    font-size: 16px;
    color: black;
    font-weight: normal;
    text-align: center;
    margin-bottom: 5px;
  }
  .ppl_cards figcaption h6{
    font-size: 12px;
    color: black;
    font-weight: normal;
    text-align: center;
    margin-bottom: 20px;
  }