.brand-logo {
    display: flex;
    width: 70%;
    height: 64px;
    margin-bottom: 38px;
    padding: 2px 0;
    background: transparent;
    text-decoration: none;
}

.brand-logo img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

@media (max-width: 950px) {
    .brand-logo {
        width: 154px;
        height: 57px;
        margin-bottom: 22px;
    }
}
