.marketing-brand {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    line-height: 1;
}

.marketing-brand img {
    width: 268px;
    height: auto;
    max-width: none;
    margin: 0;
}

.site-footer .footer-brand {
    width: fit-content;
    padding: 8px 12px;
    border-radius: 12px;
    background: #fff;
}

.site-footer .footer-brand img {
    width: 250px;
}

@media (max-width: 720px) {
    .marketing-brand img {
        width: 218px;
    }

    .site-footer .footer-brand img {
        width: 218px;
    }
}
