.our-people-section {
    margin-top: 55px;
    overflow: hidden;
}

.our-people-section .our-people-title {
    margin-bottom: 55px;
}

.our-people-section .our-people-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.our-people-section .our-people-content {
    /* width: 33%; */
    width: 450px;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
    margin-bottom: 10px;
}

.our-people-section .our-people-image {
    width: 63.5%;
    margin-left: auto;
}

@media (max-width: 767.95px) {
    .our-people-section{
        margin-top: 60px;
    }
    .our-people-section .our-people-title{
        margin-bottom: 30px;
    }
    .our-people-section .our-people-content-wrapper{
        display: block;
    }
    .our-people-section .our-people-content{
        width: 100%;
        margin-bottom: 45px;
    }
    .our-people-section .our-people-image{
        width: 100%;
    }
}