.brand {
    width: auto;
    height: 72px;
    display: flex;
    align-items: center;
}

.brand img {
    display: block;
    width: auto;
    height: 72px;
    object-fit: contain;
}

.footer-brand img {
    display: block;
    width: 100%;
    height: auto;
}

.footer-brand {
    width: 210px;
    padding: 12px 16px;
    display: block;
    border-radius: 12px;
    background: var(--cream);
}

@media (max-width: 560px) {
    .brand {
        width: auto;
        height: 56px;
    }

    .brand img {
        width: auto;
        height: 56px;
    }
}
