.neptune-brands-display {
    background: #fff;
    margin: 2rem 0;
}

.neptune-brands-display__title {
    text-align: center;
    font-size: 31px;
    color: var(--secondary-color);
    text-align: left!important;
    background: #FAFAFA;
    margin: 0;
    padding-bottom: 10px;
    text-transform: inherit!important;
}

.neptune-brands-display__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    margin: 0 auto;

}

.neptune-brands-display__item {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    margin: 30px 0;
    min-height: 100px;
    
}

.neptune-brands-display__item:not(:last-child) {
    border-right: solid 1px #F1F1F1;
}

.neptune-brands-display__logo {
    max-width: 100%;
    width: 50%;
    object-fit: contain;
}

.neptune-brands-display__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.neptune-brands-display__actions {
    text-align: center;
    margin-top: 40px;
}

.neptune-brands-display__name {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    text-align: center;
}

/* Responsive */
@media (max-width: 768px) {
   
}

@media (max-width: 480px) {
    .neptune-brands-display .neptune-brands-display__actions .btn-primary {
        width: 100%;
    }
}
