.logoItems {
    clear: left;
    overflow: hidden;
    padding: 40px 0 35px 0;
    border-top: 4px solid #eef0eb;
    border-bottom: 4px solid #eef0eb;
    margin-bottom: 2em;
}

.logoItemsWrapper > * {
    flex: 0 1 12%;
    height: auto;
    align-self: center;
}

.logoItems__title {
    position: relative;
    padding-bottom: 8px;
    font-size: 1.8rem;
    font-weight: 400;
    color: #323232;
}

.logoItems__title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 2px;
    background: #9cb577;
}

.logoItems__logo {
    max-height: 80px;
    filter: grayscale(1);
    opacity: .6;
}

@media screen and (min-width: 1120px) {
    .contentSection .logoItemsWrapper {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .sidebarSection .logoItems {
        margin-bottom: 1em;
        padding: 1em .5em;
        border: 4px solid #eef0eb;
    }

    .sidebarSection .logoItems__title {
        margin-right: 0;
        flex: 0 1 100%;
    }

    .sidebarSection .logoItems__item {
        margin: 10px;
        flex: 0 1 23%;
    }
}