.our-people-wrap{
    position: relative;
}

.partner-head{
    text-align: center;
}
.partner-head h2{
    text-transform: uppercase;
    color: var(--text-color-dark);
    margin-bottom: 56px;
}

.our-partner-wrap{
    margin-bottom: -25px;
}
.our-people-box{
    margin-bottom: 25px;
    text-align: center;
}
.our-people-box .img-wrap{
    margin-bottom: 25px;
    text-align: center;
    background: #F1F1F1;
    height: 200px;
}
.our-people-box .img-wrap img{
    height: 100%;
    object-fit: cover;
    object-position: top;
    width: 100%;
}
.our-people-box h5{
    margin-bottom: 20px;
    line-height: 1;
}
.our-people-wrap.sea-green .our-people-box h5{
    color: #fff;
}
.our-people-box .team-content * {
    font-size: 16px;
}
.our-people-box .team-content p{
    margin-bottom: 20px;
    text-transform: capitalize;
}
.our-people-box .team-content .social-icons{
    display: flex;
    justify-content: center;
}
.our-people-box .team-content .social-icons a{
    display: block;
}
.our-people-box .team-content .social-icons a:not(:last-child){
    margin-right: 14px;
}

.our-people-wrap.sea-green {
    margin: 0;
    padding: 80px 0;
    color: #fff;
}
.our-people-wrap.sea-green .our-people-box .team-content h5 ,
.our-people-wrap.sea-green h2 {
    color: #fff; 
}
.our-people-wrap.sea-green .social-icons a:nth-child(2){
    filter: brightness(0) saturate(100%) invert(95%) sepia(5%) saturate(20%) hue-rotate(210deg) brightness(106%) contrast(107%);
}
.our-people-wrap.sea-green .social-icons.num-social-1 a:nth-child(1){
    filter: brightness(0) saturate(100%) invert(95%) sepia(5%) saturate(20%) hue-rotate(210deg) brightness(106%) contrast(107%);
}

@media only screen and (max-width: 991px) {

    .our-people-box .img-wrap {
        height: 280px;
    }
}
@media only screen and (max-width: 767px) {

    .our-people-box .img-wrap {
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }
    .partner-head h2{
        margin-bottom: 32px;
    }
    .our-people-wrap.sea-green{
        padding: 60px 0;
    }
}
@media only screen and (max-width: 575px) {
    .our-people-box .img-wrap {
        max-width: 100%;
        height: auto;
    }
    .our-people-box .img-wrap img{
        object-position: top;
        object-fit: contain;        
    }
}