.ledrsp {
  position: relative;
  /*padding-top: 50px;
  padding-bottom: 50px;*/
}
.ledrsp .title__lg {
margin-bottom: 92px;
}
/*
@media (min-width: 768px) {
  .ledrsp {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (min-width: 1280px) {
  .ledrsp {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}

@media (min-width: 1640px) {
  .ledrsp {
    padding-top: 112px;
    padding-bottom: 158px;
  }
}
*/

.ledrsp .leaders-filter { display: flex; justify-content: center; gap: 30px;}
.ledrsp .leaders-filter .leaders-filter-btn { margin-bottom: 0; }
.ledrsp .leaders-filter .leaders-filter-btn.active { background-color: #783cbe!important; color: #ffffff !important; }

.ledrsp .rwtl {
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -webkit-box-pack: center!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
}

.ledrsp .rwtl > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 768px) {
  .ledrsp .rwtl > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
}

@media (min-width: 1280px) {
  .ledrsp .rwtl > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .ledrsp .rwtl > div {
    padding-right: 3rem!important;
    padding-left: 3rem!important;
  }
}

.ledrsp .rwitm {
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -webkit-box-pack: start!important;
  -ms-flex-pack: start!important;
  justify-content: start!important;
  row-gap: 3rem;
}

@media (min-width: 1640px) {
  .ledrsp .rwitm {
    padding-right: 3rem!important;
    padding-left: 3rem!important;
  }
}


.ledrsp .itemm {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
/*   padding-bottom: 3rem!important; */
}

@media (min-width: 768px) {
  .ledrsp .itemm {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (min-width: 992px) {
  .ledrsp .itemm {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
    text-align: center!important;
  }

  .ledrsp .itemm > .row {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
  }
}

@media (min-width: 1640px) {
  .ledrsp .itemm {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
}



.ledrsp .itemm .col4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.33333333%;
  padding-right: 0;
}

@media (min-width: 992px) {
  .ledrsp .itemm .col4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
  }
}

.ledrsp .itemm .col4 {
  vertical-align: middle!important;
}

.ledrsp .itemm .col4 .our-experts__img-wrap {
  width: 100%;
  margin: 0 auto;
  max-width: 209px;
}

.ledrsp .itemm .col4 .our-experts__img-wrap .our-experts__img {
  position: relative;
  width: 100%;
  padding-top: 60.8%;
  padding-top: 100%;
  border: 1px solid #6f42c1;
  border-radius: 100%;
  border: none;
}

.ledrsp .itemm .col4 .our-experts__img-wrap .our-experts__img img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  padding: 4%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 100%;
  padding: 0;
}

.ledrsp .itemm .col8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 66.66666667%;
}

@media (min-width: 992px) {
  .ledrsp .itemm .col8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
}

.ledrsp .itemm .col8 {
  vertical-align: middle!important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ledrsp .itemm .under-title-spec {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 8px;
}

@media (min-width: 992px) {
  .ledrsp .itemm .under-title-spec {
    margin-top: 15px;
  }
}

@media (min-width: 1280px) {
  .ledrsp .itemm .under-title-spec {
    font-size: 16px;
  }
}

.ledrsp .itemm .under-title-spec {
  min-height: 62px;
}

@media (min-width: 1280px) {
  .ledrsp .itemm .under-title-spec {
    min-height: 80px;
  }
}

.ledrsp .itemm .under-title-spec .text-purple {
  font-size: 18px;
  font-weight: 600;
}

@media (min-width: 1280px) {
  .ledrsp .itemm .under-title-spec .text-purple {
    font-size: 22px;
  }
}

@media (min-width: 992px) {
  .ledrsp .itemm .bio_rw {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
  }
}

@media (min-width: 1280px) {
  .ledrsp .itemm .bio_rw {
    margin-bottom: 1.5rem!important;
  }
}

.ledrsp .itemm .bio_rw > .col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}

.ledrsp .itemm .bio_rw > .col-6 > .row {
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
}

.ledrsp .itemm .bio_rw .scl_img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
  vertical-align: middle!important;
  -webkit-box-ordinal-group: 2!important;
  -ms-flex-order: 1!important;
  order: 1!important;
}

@media (min-width: 992px) {
  .ledrsp .itemm .bio_rw .scl_img {
    -webkit-box-ordinal-group: 3!important;
    -ms-flex-order: 2!important;
    order: 2!important;
    text-align: center!important;
  }
}

.ledrsp .itemm .bio_rw .scl_img .text-decoration-none {
  text-decoration: none!important;
}

.ledrsp .itemm .bio_rw .scl_img img {
  height: 32px;
}

@media (min-width: 1280px) {
  .ledrsp .itemm .bio_rw .scl_img img {
    height: auto;
  }
}

.ledrsp .itemm .bio_rw .bio_cntnt {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
  vertical-align: middle!important;
  -webkit-box-ordinal-group: 3!important;
  -ms-flex-order: 2!important;
  order: 2!important;
  text-align: center!important;
}

@media (min-width: 992px) {
  .ledrsp .itemm .bio_rw .bio_cntnt {
    -webkit-box-ordinal-group: 2!important;
    -ms-flex-order: 1!important;
    order: 1!important;
  }
}

.ledrsp .itemm .bio_rw .bio_cntnt a {
  font-size: 16px;
  font-weight: 400;
}

@media (min-width: 768px) {
  .ledrsp .itemm .bio_rw .bio_cntnt .bio-text { height: 32px; display: inline-flex; align-items: center; 
}
@media (min-width: 1280px) {
  .ledrsp .itemm .bio_rw .bio_cntnt a {
    font-size: 20px;
    font-weight: 400;
  }
  .ledrsp .itemm .bio_rw .bio_cntnt .bio-text { height: 41px; }
}
@media (min-width: 1640px) {
  .ledrsp .itemm .bio_rw .bio_cntnt .bio-text { height: 48px; }
}

@media(max-width:991px){
  .ledrsp .itemm .bio_rw .bio_cntnt {
    text-align: left !important;
}
}
