.people-filter {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 15px 22px 15px 32px;
    background-color: #f4f2f0;
    justify-content: space-between;
}

@media screen and (max-width:48rem) {
    .people-filter {
        margin: 0 15px 30px;
        padding: 30px 30px;
        justify-content: center;
        position: relative;
    }
}

@media screen and (min-width:769px) and (max-width:1024px) {
    .people-filter {
        gap: 10px;
        flex-wrap: nowrap;
    }
}

.filter-by-name {
    display: flex;
    gap: 15px;
    align-items: center;
    font-family: var(--secondary-font);
    font-style: normal;
    font-size: 16px;
    font-weight: var(--font-weight-regular);
    line-height: 1.5;
    color: var(--gray-color);
}

@media screen and (max-width:48rem) {
    .filter-by-name {
        display: block;
        width: 100%;
    }
}

.filter-dropdowm {
    display: flex;
    gap: 15px;
}

@media screen and (max-width:48rem) {
    .filter-dropdowm {
        display: block;
        width: 100%;
    }
}

#filter-position,
#filter-region {
    width: 220px;
    margin: 0px;
    border: solid 1px #505050;
    height: 40px;
    font-family: var(--secondary-font);
    font-weight: var(--font-weight-regular);
    font-style: normal;
    font-size: 16px;
    color: var(--secondary-color);
}

@media screen and (min-width:768px) and (max-width:1023px) {

    #filter-position,
    #filter-region {
        width: 150px;
        margin-right: 7px;
    }
}

@media screen and (max-width:48rem) {
    #filter-position {
        margin-bottom: 10px;
        width: 100%;
    }
}

@media screen and (max-width:48rem) {
    #filter-region {
        width: 100%;
    }
}

.people-filter input[type="text"] {
    width: 280px;
    margin-bottom: 0px;
    border: solid 1px #505050;
}

@media screen and (max-width:48rem) {
    .people-filter input[type="text"] {
        margin: 15px 0px 0;
        width: 100%;
    }
}

@media screen and (min-width:769px) and (max-width:1023px) {
    .people-filter input[type="text"] {
        width: 150px;
        margin-left: 10px;
    }
}
@media screen and (min-width:820px) and (max-width:950px) {
    :lang(fr) .people-filter input[type="text"] {
        width: 140px;
    }
    :lang(fr) #filter-position, #filter-region {
        width: 130px;
    }
}
@media screen and (width:1024px) {
    :lang(fr) .people-filter input[type="text"] {
        width: 200px;
        margin: 0 5px;
    }
    :lang(fr) #filter-position, #filter-region {
        width: 200px;
        margin: 0 10px;
    }
}

.people-filter .or {
    font-family: var(--secondary-font);
    font-weight: var(--font-weight-regular);
    font-style: normal;
    font-size: 16px;
    line-height: 1.5;
    color: var(--gray-color);
}

@media screen and (max-width:48rem) {
    .people-filter .or {
        margin: 5px 0;
    }
}

@media screen and (max-width: 48rem) {
    #expert-ag-searchResult {
        padding: 0px !important;
    }
}

.people-region {
    border-top: solid 10px var(--secondary-color);
    padding-top: 32px;
    margin: 32px 0 112px 0;
}

.people-region h2 {
    font-family: var(--primary-font);
    font-weight: var(--font-weight-extraBold);
    font-style: normal;
    font-size: 35px;
    line-height: 1.14;
    color: var(--secondary-color);
    margin-bottom: 50px;
    width: 100%;
}

@media screen and (max-width: 48rem) {
    .people-region h2 {
        padding: 0px 30px;
    }
}

.people-box-container {
    display: flex;
    margin: 0 -1%;
    flex-wrap: wrap;
}

@media screen and (max-width: 48rem) {
    .people-box-container {
        padding: 0px 30px;
    }
}

.people-box {
    padding: 20px 20px;
    box-shadow: 2px 5px 8px 0 rgba(0, 0, 0, .15);
    background-color: var(--white-color);
    margin: 0 1% 20px 1%;
}

@media screen and (max-width: 767px) {
    .people-box {
        flex-basis: 100%;
    }
}

.expert-image {
    height: 120px;
    margin-bottom: 20px;
}

@media screen and (max-width: 48rem) {
    .expert-image {
        display: block;
        margin: 0 auto 20px;
        width: 100%;
        height: auto;
    }
}

.expert-name {
    font-family: var(--secondary-font);
    font-weight: var(--font-weight-medium);
    font-style: normal;
    font-size: 16px;
    line-height: 1.29;
    color: var(--secondary-color);
}

.expert-title, .expert-short-text {
    font-size: 14px;
    font-family: var(--secondary-font);
    font-weight: var(--font-weight-regular);
    font-style: normal;
    line-height: 1.29;
    color: #9d9d9d; 
    min-height: 36px;
      max-width: 238px;
}
.expert-bio {
    margin-top: 13px;
    border-top: solid 1px #e6e4e1;
    padding-top: 11px;
    font-family: var(--secondary-font);
    font-style: normal;
    font-size: 14px;
    font-weight: var(--font-weight-regular);
    line-height: 1.71;
    color: var(--gray-color);
}
.expert-bio a, .expert-bio a:hover {
  color: var(--gray-color);
}
.exprert-row {
    background-color: #f4f2f0;
    display: flex;
    margin: 30px 0;
    padding: 20px 30px 10px 10px;
    align-items: center;
}
.expert-info {
    width: 60%;
    margin: 0 30px;
}
@media screen and (max-width: 767px) {
  .exprert-row {
    display: block;
  }
  .expert-info {
    width: 100%;
    margin: 0 15px;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
    .exprert-row .people-box {
      flex-basis: 35%;
    }
    .expert-bio {
        word-break: break-word;
    }
}
@media screen and (max-width:48rem) {
    .btn.btn-yellow{
        margin-top: 20px;
    }
}
.people-filter input[type="text"]::placeholder {
  color: #cacaca;
}
.people-box .people-detail .expert-bio .topic{ 
    font-family: "acumin-pro-condensed";
    font-weight: 800;
    font-style: normal;
    font-size: 17px;
    line-height: 1;
    color: #505050;
    margin: 10px 0;
    text-transform: uppercase;
}
.WA-widget-card #expert-pastspeaker-result .people-box-container{
    margin: 12px auto;
    max-width: 850px;
}
.WA-widget-card #expert-pastspeaker-result .people-box{
  padding: 0;
}
.WA-widget-card #expert-pastspeaker-result .people-box .people-detail .expert-title{
    word-wrap: break-word;
    word-break: break-word;
}
.WA-widget-card #expert-pastspeaker-result .people-box .expert-image{
    width: 100%;
    object-fit: cover;
    object-position: center;
    margin-bottom: 0;
}
.WA-widget-card #expert-pastspeaker-result .people-box .people-detail{
  padding: 17px;
}
@media only screen and (max-width: 639px){
  .WA-widget-card #expert-pastspeaker-result .people-box{
   flex-basis: auto;
   }
}
.expert-title + .expert-short-text,.people-box:has(.expert-short-text) .expert-title{
  min-height: auto;
}
.ft-17 h5{
  font-size: 17px;
}