.brands-container {
    margin-top:1rem;
    margin-bottom: 1rem;
}

.brands-logo-container {
    display: inline-block;
    height: 100px;
    width: calc(25%);
    text-align: center;
    padding-top: 15px;
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;
    vertical-align: top;
}

.brands-container > .brands-logo-container:nth-child(4n+4) {
    border-right: none;
}

.brands-logo-container.last-row-desktop {
    border-bottom: none;
}

.brands-logo-container img {
    height: 70px;
}

@media only screen and (max-width: 768px) {
    .brands-logo-container {
        width: calc(33%);
    }

    .brands-container > .brands-logo-container:nth-child(4n+4) {
        border-right: 1px solid silver;
    }

    .brands-container > .brands-logo-container:nth-child(3n+3) {
        border-right: none;
    }

    .brands-logo-container.last-row-desktop {
        border-bottom: 1px solid silver;
    }

    .brands-logo-container.last-row-tablet {
        border-bottom: none;
    }


}
