
.logorekke {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    justify-content: center;
}
.logorekke img {
    max-height: 50px;
    width: auto;
}

    /* Tablet */
    @media only screen and (min-width: 40.0625em) {

        .logorekke img {
            max-height: 60px;
            width: auto;
        }

    }

    /* Large */
    @media only screen and (min-width: 64.0625em) {
        .logorekke img {
            max-height: 65px;
            width: auto;
        }
    }