@media (min-width: 992px) {
    .cw-header-logos {
        position: absolute;
        top: 2em;
        left: 4em;
        background: transparent;
        z-index: 420;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: auto;
        max-width: 40%;
    }

    .cw-header-logos .cw-header-logo-main {
        width: auto;
        flex: 0 0 auto;
        margin-left: 85px;
    }

    .cw-header-logos .cw-header-logo-main a img {
        width: auto;
        max-width: 340px;
        height: auto;
        transform: translateY(14px);
    }

    .cw-header-logos .cw-header-other-logos {
        width: auto;
        flex: 0 0 auto;
        display: flex;
        align-items: center;
        gap: 7px;
        margin-left: 12px;
    }

    .cw-header-logos .cw-header-other-logos img {
        width: 50px;
        max-width: 50px;
        height: auto;
        position: relative;
        top: 8px;
    }
}

/* Prevent logo from shrinking */
.cw-header-logos .cw-header-logo-main,
.cw-header-logos .cw-header-logo-main a,
.cw-header-logos .cw-header-logo-main a img {
    flex-shrink: 0;
}