.s-people {
    width: 100%;
    margin: 40px 0;
    position: relative;
}

.s-people__wrap {
    background: #542e91;
    max-width: 1640px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
}

.acf-block-preview .s-people h2,
.s-people h2 {
    margin: 0 0 30px;
    color: #FFF;
}

.s-people .container {
    max-width: 1348px;
    width: 100%;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 1;
}

.s-people-items {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    justify-content: center;
    width: 100%;
}

.s-people-item {
    background: #f1f1f1;
    width: 100%;
    min-height: 160px;
    display: flex;
    flex-wrap: wrap;
}

.s-people-item-left {
    background: #099dd9;
    width: 100%;
    margin: 0;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.acf-block-preview .s-people-item-left img,
.s-people-item-left img {
    width: 76px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.s-people-item-right {
    max-width: 100%;
    padding: 30px 25px 20px;
    display: flex;
    flex-direction: column;
}

.acf-block-preview .s-people-item-right h4
.s-people-item-right h4 {
    margin: 0 0 10px;
}

.acf-block-preview .s-people-item .h1,
.s-people-item .h1 {
    display: flex;
    margin: auto 0 0;
    line-height: 1;
}

@media screen and (min-width: 768px) { 
    .s-people {
        margin: 80px 0;
    }

    .s-people__wrap {
        padding: 72px 0;
    }
 
    .s-people-items {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }

    .s-people-item-left {
        width: 120px;
        padding: 0;
    }
    
    .s-people-item-right {
        max-width: calc(100% - 120px);
    }
}