.brand.brand-lockup {
    gap: 11px;
    font-size: 1.35rem;
    line-height: 1;
}

.brand.brand-lockup .brand-mark {
    display: grid;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    padding: 0;
    place-items: center;
    overflow: hidden;
    border: 1px solid rgba(255, 102, 168, 0.4);
    border-radius: 11px;
    background: #fff;
    box-shadow: none;
}

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

@media (max-width: 760px) {
    .brand.brand-lockup {
        gap: 11px;
        font-size: 1.17rem;
    }

    .brand.brand-lockup .brand-mark {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
        border-radius: 11px;
    }
}
