.people-love-us {
    border-radius: 10px;
    border: 1px solid #D9A73E;

    background: #FAF6EC;
}

.people-love-us img {
    /*padding: auto 20px;*/
    margin: auto;
}

.people-love-us h5 {
    color: #162A39;
    font-family: Lexend Deca, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;


    padding-right: 32px;
    padding-bottom: 20px;
    padding-top: 20px;
    margin: 0;
}

.people-love-us h5 span {
    color: #162A39;
    text-decoration-line: underline;
    cursor: pointer;
}

.pum-container.pum-responsive.pum-responsive-large {
    border-radius: 8px;
    border-width: 1px;
}

@media (max-width: 768px) {
    .people-love-us h5 {
        text-align: center;
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 16px;
        padding-top: 8px;
    }

    .people-love-us img {
        padding-top: 16px;
        padding-bottom: 0;
    }
}
