.section--investors {background-color: #f1f6fb;}
.investor-row {display: flex;align-items: center;justify-content: center}
.investor-row img {max-width: 220px;width: calc(100%/3 - 2rem);max-height: 130px;margin: 0 1rem;filter: brightness(0) saturate(100%);opacity: 0.75;}
@media (max-width: 767px) {
    .investor-row {flex-direction: column}
    .investor-row img {margin: 0 0 68px 0;max-width: 180px;max-height: 110px;width: 70%;}
    .investor-row a:last-of-type img {margin-bottom: 0}
}