.platform-header__brand img {
    display: block;
    width: min(142px, 100%);
    height: auto;
    max-height: 38px;
    object-fit: contain;
    object-position: left center;
}

.platform-footer__brand img {
    display: block;
    width: min(170px, 100%);
    height: auto;
    max-height: 58px;
    object-fit: contain;
    object-position: left center;
}

@media (max-width: 820px) {
    .platform-header__brand img {
        width: min(118px, 100%);
        max-height: 34px;
    }
}

@media (max-width: 520px) {
    .platform-header__brand img {
        width: min(94px, 100%);
        max-height: 29px;
    }
}
