.trusted {
    padding: 73px 0;
    background-color: #f7f8fc;
}
.trusted h2 {
    font-family: Commissioner, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: calc(20px + 4 * (100vw - 139px) / 1461);
    line-height: 24px;
    letter-spacing: -.01em;
    margin-top: 66px;
    margin-bottom: 35px;
    box-sizing: border-box;
}
.trusted .flex-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.trusted .flex-row img {
    margin-right: 40px;
    margin-top: 40px;
    box-sizing: border-box;
}
.trusted .flex-row img:last-child {
    margin-right: 0;
}
